Browse Source

removing a .DS_Store file and adding more things to .gitignore

Seth Woodworth 12 years ago
parent
commit
437ccc147a
2 changed files with 20 additions and 0 deletions
  1. 20 0
      .gitignore
  2. BIN
      fc-new-design/.DS_Store

+ 20 - 0
.gitignore

@@ -1 +1,21 @@
+# Globally ignore
+*.DS_Store
+*.swp
+*.swo
+
+# Imported from https://github.com/github/gitignore/blob/master/Node.gitignore
+lib-cov
+*.seed
+*.log
+*.csv
+*.dat
+*.out
+*.pid
+*.gz
+
+pids
+logs
+results
+
 node_modules
+npm-debug.log

BIN
fc-new-design/.DS_Store