forked from propelorm/Propel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (34 loc) · 858 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
36
37
38
39
40
41
42
43
44
45
46
47
.DS_Store
.idea/
vendor/
composer.phar
/composer.lock
autoload.php
phpunit.xml
.phpunit.result.cache
pom.xml
php-cs-fixer.phar
generated-classes/
generated-conf/
generated-sql/
tests/Fixtures/namespaced/build/
tests/Fixtures/nestedset/build/
tests/Fixtures/schemas/build/
tests/Fixtures/bookstore/build/
tests/Fixtures/bookstore/propel.yaml
tests/Fixtures/bookstore-packaged/
tests/Fixtures/namespaced/propel.yaml
tests/Fixtures/schemas/propel.yaml
tests/Fixtures/reverse/mysql/build/
tests/Fixtures/reverse/mysql/propel.yaml
tests/Fixtures/reverse/pgsql/build/
tests/Fixtures/reverse/pgsql/propel.yaml
tests/Fixtures/migration/build/
tests/Fixtures/migration/propel.yaml
tests/Fixtures/quoting/build/
tests/Fixtures/quoting/propel.yaml
tests/Fixtures/fixtures_built
tests/graphviztest/
tests/migrationdiff/
tests/reversecommand/
tests/test.sq3