diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-15 18:29:20 -0700 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-29 21:52:37 -0700 |
commit | 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 (patch) | |
tree | 2e91bda8222de04b3529be42d516ebb2950a7611 /.gitignore | |
parent | 92bca6599bb975e7c695a99e0c053ff8050b71f0 (diff) |
Added presentation framework.
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 | ||