Commit 25e2639e3db9d3d33c2c2533301231290f5d28f8
- Date: Sun Feb 17 10:47:45 +0000 2008
- Committer: Pascal Belloncle (psq@admins-computer-44.local)
- Author: Pascal Belloncle (psq@admins-computer-44.local)
- Commit SHA1: 25e2639e3db9d3d33c2c2533301231290f5d28f8
- Tree SHA1: b584ddb688b7842d894a6158fa78336468ef8df4
added deployment files to .gitignore
Commit diff
| |   |
| 3 | 3 | .DS_Store |
| 4 | 4 | public/cache/**/* |
| 5 | 5 | db/*.sqlite3 |
| 6 | Capfile |
| toggle raw diff |
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ tmp/**/*
.DS_Store
public/cache/**/*
db/*.sqlite3
+Capfile |
| |   |
| 1 | deploy.rb |
| toggle raw diff |
--- /dev/null
+++ b/config/.gitignore
@@ -0,0 +1 @@
+deploy.rb |