diff options
author | dorkitude <dork@dorkitude.com> | 2010-11-09 10:06:03 +0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-09 15:44:28 +0800 |
commit | 85b190190087c07640a4bc89ee98cf14edba5e9b (patch) | |
tree | d4a6e8783e2786ebd4c74001f81d9fc8d209493c | |
parent | 70510605f6b26166012d35e23a930a9df4ef56eb (diff) | |
download | gitignore-85b190190087c07640a4bc89ee98cf14edba5e9b.tar.gz gitignore-85b190190087c07640a4bc89ee98cf14edba5e9b.zip |
ignore propel properties
-rw-r--r-- | Symfony.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Symfony.gitignore b/Symfony.gitignore index a7646b60..7c08aea1 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -2,4 +2,5 @@ cache/* log/* web/uploads/* config/databases.yml +config/propel.ini data/sql |