forked from propelorm/Propel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (27 loc) · 874 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
vendor/
composer.phar
composer.lock
autoload.php
phpunit.xml
pom.xml
php-cs-fixer.phar
generated-classes/
tests/Fixtures/namespaced/build/
tests/Fixtures/nestedset/build/
tests/Fixtures/schemas/build/
tests/Fixtures/schemas/build/
tests/Fixtures/bookstore/build/
tests/Fixtures/bookstore/runtime-conf.xml
tests/Fixtures/bookstore/build.properties
tests/Fixtures/bookstore-packaged/build/
tests/Fixtures/bookstore-packaged/build.properties
tests/Fixtures/bookstore-packaged/runtime-conf.xml
tests/Fixtures/namespaced/runtime-conf.xml
tests/Fixtures/namespaced/build.properties
tests/Fixtures/schemas/runtime-conf.xml
tests/Fixtures/schemas/build.properties
tests/Fixtures/reverse/mysql/build/
tests/Fixtures/reverse/mysql/build.properties
tests/Fixtures/reverse/mysql/runtime-conf.xml
tests/Fixtures/reverse/pgsql/build/
tests/Fixtures/reverse/pgsql/runtime-conf.xml