Skip to content

Commit

Permalink
begin! add Rails and Obj-C templates
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Nov 8, 2010
0 parents commit b7cc33a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Objective-C.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# xcode
build/*
*.pbxuser
*.mode1v3
*.perspectivev3
# osx
.DS_Store
profile
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# A Collection of Useful .gitignore Templates

Thanks.
5 changes: 5 additions & 0 deletions Rails.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.bundle
log/*
tmp/*
db/*.sqlite3
public/system/*

0 comments on commit b7cc33a

Please sign in to comment.