wallet-core/.gitignore

13 lines
175 B
Plaintext
Raw Normal View History

2016-03-01 14:24:41 +01:00
.idea/
2017-05-28 00:09:41 +02:00
.nyc_output/
2017-05-27 18:05:10 +02:00
build/
dist/
2016-11-03 00:47:22 +01:00
# Even though node_modules are tracked in git,
# per default we don't want them to show up in git status
node_modules
*.swp
2017-10-14 22:46:08 +02:00
yarn-error.log