Ignore more files with .jpmignore

This commit is contained in:
Jonathan Kingston 2017-09-05 17:09:36 -07:00
parent 4ab705081e
commit 1791fdf0ef

View file

@ -3,6 +3,7 @@ docs/
test/ test/
.npm/ .npm/
node_modules/ node_modules/
bin/
.env .env
.eslintrc.js .eslintrc.js
@ -14,6 +15,7 @@ node_modules/
.stylelintrc .stylelintrc
.travis.yml .travis.yml
*.xpi *.xpi
*.md
.vimrc .vimrc
.DS_Store .DS_Store
.gdb_history .gdb_history