summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore13
2 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..0a91f751
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Automatically normalize line endings for all text-based files
+* text=auto
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