diff options
author | Camil Staps | 2015-05-20 15:50:55 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-20 15:50:55 +0200 |
commit | a32db2aa56034f26397c17dcb65db36410f5536c (patch) | |
tree | 07216c35f3cdb8356d43525c350a254f51788f58 /.gitignore | |
parent | Initial commit (diff) | |
parent | jquery-cookie (diff) |
Merge branch 'frontend-only' of ../../Botleagues_old
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de3532b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bower_components/* +node_modules/* +build/* |