From 639a663a4c37020003586438fdcd7ac529a00f10 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Thu, 31 Jul 2014 19:28:25 -0300 Subject: Add gitignore and gitattributes --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3