public
Description: A port of Ruby on Rails' ActiveResource to Objective-C (and specifically the iPhone)
Homepage: http://iphoneonrails.com
Clone URL: git://github.com/yfactorial/objectiveresource.git
objectiveresource / .gitignore
100644 20 lines (16 sloc) 0.222 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# osx noise
.DS_Store
profile
 
# xcode noise
build/*
*.pbxuser
*.mode1v3
*.mode2v3
 
# old skool
.svn
 
#rails
sample_rails_app/log/*.log
sample_rails_app/tmp/**/*
sample_rails_app/doc/api
sample_rails_app/doc/app
*.sqlite3