diff options
author | Chris Wanstrath <chris@ozmm.org> | 2010-11-08 12:21:45 -0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-08 12:21:45 -0800 |
commit | b7cc33a99b02fada900d0e4ba6b7bd38a142f064 (patch) | |
tree | efdda34f09ec1dd324f4ad9fbfb386e2482c67aa /Rails.gitignore | |
download | gitignore-b7cc33a99b02fada900d0e4ba6b7bd38a142f064.tar.gz gitignore-b7cc33a99b02fada900d0e4ba6b7bd38a142f064.zip |
begin! add Rails and Obj-C templates
Diffstat (limited to 'Rails.gitignore')
-rw-r--r-- | Rails.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Rails.gitignore b/Rails.gitignore new file mode 100644 index 00000000..9340fd6d --- /dev/null +++ b/Rails.gitignore @@ -0,0 +1,5 @@ +.bundle +log/* +tmp/* +db/*.sqlite3 +public/system/* |