diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,3 +25,9 @@ build/Release | |||
25 | # Dependency directory | 25 | # Dependency directory |
26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git | 26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git |
27 | node_modules | 27 | node_modules |
28 | bower_components | ||
29 | |||
30 | # IDE things | ||
31 | .idea | ||
32 | *.iml | ||
33 | dist | ||