diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3d4a88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# OS X +.DS_Store* +Icon? +._* + +# Windows +Thumbs.db +ehthumbs.db +Desktop.ini +build +# Linux +.directory +*~ + + +# npm +node_modules +# package-lock.json +*.log +*.gz + + +# Coveralls +coverage + +# Benchmarking +benchmarks/graphs + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln diff --git a/proxy.png b/proxy.png new file mode 100644 index 0000000..9943303 Binary files /dev/null and b/proxy.png differ