Skip to content

Commit 8b99c7a

Browse files
damienalexandredefunkt
authored andcommitted
Add ignore for Base classes from Doctrine and Propel ORM.
1 parent 9abdee4 commit 8b99c7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Symfony.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ web/uploads/*
44
config/databases.yml
55
config/propel.ini
66
data/sql
7+
lib/filter/doctrine/base/Base*
8+
lib/form/doctrine/base/Base*
9+
lib/model/doctrine/base/Base*
10+
lib/model/om/*
11+
lib/model/map/*

0 commit comments

Comments
 (0)