diff options
author | Camil Staps | 2015-02-16 22:58:02 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-16 22:58:02 +0100 |
commit | fdbd8bc793823dadf5d3c270cc9033349609ba50 (patch) | |
tree | 6935c3a104c00eb3a5759f0ee0e8ffe3bb7a5bf7 /.gitignore |
Added installation stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26aea3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bower_components/* +node_modules/* |