Browse Source

begin! add Rails and Obj-C templates

Chris Wanstrath 14 years ago
commit
b7cc33a99b
3 changed files with 16 additions and 0 deletions
  1. 8 0
      Objective-C.gitignore
  2. 3 0
      README.md
  3. 5 0
      Rails.gitignore

+ 8 - 0
Objective-C.gitignore

@@ -0,0 +1,8 @@
+# xcode
+build/*
+*.pbxuser
+*.mode1v3
+*.perspectivev3
+# osx
+.DS_Store
+profile

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# A Collection of Useful .gitignore Templates
+
+Thanks.

+ 5 - 0
Rails.gitignore

@@ -0,0 +1,5 @@
+.bundle
+log/*
+tmp/*
+db/*.sqlite3
+public/system/*