瀏覽代碼

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

Seth Woodworth 12 年之前
父節點
當前提交
437ccc147a
共有 2 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      .gitignore
  2. 二進制
      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

二進制
fc-new-design/.DS_Store