diff options
author | Camil Staps | 2015-10-25 00:19:11 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-25 00:33:40 +0200 |
commit | c60d9793834ab10bdd6dc373f47c2206d39d5663 (patch) | |
tree | 3e22336544a13787b91e256dbdfa7b273e170370 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15d17a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.sass-cache/ +bower_components/ +build/ +node_modules/ + |