mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Merge pull request #189 from todofixthis/master
Fix ignore rule for Symfony.gitignore's data/sql, plugin-generated Doctrine models.
This commit is contained in:
commit
4e6cb503f1
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,12 @@ log/*
|
||||||
web/uploads/*
|
web/uploads/*
|
||||||
config/databases.yml
|
config/databases.yml
|
||||||
config/propel.ini
|
config/propel.ini
|
||||||
data/sql
|
data/sql/*
|
||||||
lib/filter/doctrine/base/Base*
|
lib/filter/doctrine/base/Base*
|
||||||
|
lib/filter/doctrine/*Plugin/base/Base*
|
||||||
lib/form/doctrine/base/Base*
|
lib/form/doctrine/base/Base*
|
||||||
|
lib/form/doctrine/*Plugin/base/Base*
|
||||||
lib/model/doctrine/base/Base*
|
lib/model/doctrine/base/Base*
|
||||||
|
lib/model/doctrine/*Plugin/base/Base*
|
||||||
lib/model/om/*
|
lib/model/om/*
|
||||||
lib/model/map/*
|
lib/model/map/*
|
Loading…
Add table
Reference in a new issue