begin! add Rails and Obj-C templates

This commit is contained in:
Chris Wanstrath 2010-11-08 12:21:45 -08:00
commit b7cc33a99b
3 changed files with 16 additions and 0 deletions

8
Objective-C.gitignore Normal file
View File

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

3
README.md Normal file
View File

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

5
Rails.gitignore Normal file
View File

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