From cbb062bcd57e91fb0641c5f8abb4b3a727613c95 Mon Sep 17 00:00:00 2001 From: Dmytro Shcherbyna Date: Thu, 29 Aug 2024 19:04:48 +0200 Subject: [PATCH] Cleanup --- .gitignore | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ CNAME | 1 + README.md | 9 +++++ index.html | 21 ++++++++++++ 4 files changed, 129 insertions(+) create mode 100644 .gitignore create mode 100644 CNAME create mode 100644 README.md create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ffb58b --- /dev/null +++ b/.gitignore @@ -0,0 +1,98 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# IDEs and editors +.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/ + +# misc +.sass-cache +connect.lock +typings + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + + +# Dependency directories +node_modules/ +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env*.local + +# next.js build output +.next + +# Lerna +lerna-debug.log + +# System Files +.DS_Store +Thumbs.db + +# typescript +*.tsbuildinfo +next-env.d.ts + +# next.js +/.next/ +/out/ + +# production +/build diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..99c0a80 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +old.internetmon.org diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc4f501 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Internet Connection Monitor for Google Chrome + +**Google Chrome extension for monitoring Internet connectivity** + +This repository contains a website and serves as a tracking tool for bugs and feature requests. The source code of ICM is going to remain private. + +* 🌎 Read more: https://internetmon.org +* ⬇️ Install ICM: https://bit.ly/icm-chrome +* 🐞 Support hub: https://bit.ly/icm-discussions diff --git a/index.html b/index.html new file mode 100644 index 0000000..14bad49 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + Redirecting... + + + + + +