diff options
author | Ola Bini <ola.bini@gmail.com> | 2014-07-31 19:28:25 -0300 |
---|---|---|
committer | Ola Bini <ola.bini@gmail.com> | 2014-07-31 19:28:25 -0300 |
commit | 639a663a4c37020003586438fdcd7ac529a00f10 (patch) | |
tree | 67603cd09fa8dbda6aff5ac62c6b5cf6036fa0b0 /.gitignore | |
parent | fd7f1116bd7f97b52c95d70547237a6c9c3f585a (diff) |
Add gitignore and gitattributes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ad24fc04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.idea +*.log +*.DS_Store +node_modules +app/bower_components +.tmp +.sass-cache/ +dist/ +*archive.zip +*.swp +app/js/generated +test-results.xml +control_tower.html |