updating gitignore just in case one day i do a fucky wucky
This commit is contained in:
parent
239341342c
commit
e4157d2933
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
.DS_Store
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
npm-debug.log
|
||||||
|
test/unit/coverage
|
||||||
|
test/e2e/reports
|
||||||
|
selenium-debug.log
|
||||||
|
.idea/
|
||||||
|
config/local.json
|
||||||
|
static/emoji.json
|
||||||
|
dist.tar.gz
|
||||||
|
dist
|
Loading…
Add table
Reference in a new issue