commit 58406af560b78a807fd6dc70087c07157cf54eef Author: Arlo Breault arlolra@gmail.com Date: Thu Apr 30 16:07:10 2020 -0400
Remove proxy/ prefix from .gitignore --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore index 448d843..cbd3202 100644 --- a/.gitignore +++ b/.gitignore @@ -3,16 +3,16 @@ *.swn *.swm .DS_Store -proxy/test -proxy/build -proxy/node_modules -proxy/snowflake-library.js -proxy/spec/support -proxy/webext/snowflake.js -proxy/webext/popup.js -proxy/webext/embed.html -proxy/webext/embed.css -proxy/webext/assets/ -proxy/webext/_locales/ +test +build +node_modules +snowflake-library.js +spec/support +webext/snowflake.js +webext/popup.js +webext/embed.html +webext/embed.css +webext/assets/ +webext/_locales/ ignore/ npm-debug.log