Symfony2.gitignore 260 字节
Newer Older
1
# Bootstrap
N
Nic Wortel 已提交
2
/app/bootstrap.php.cache
3 4

# Symfony directories
N
Nic Wortel 已提交
5 6 7 8 9 10
/bin/
/vendor/
/app/logs/*
/app/cache/*
/web/uploads/
/web/bundles/
11 12

# Configuration files
N
Nic Wortel 已提交
13 14
/app/config/parameters.ini
/app/config/parameters.yml
15

16
# PHPUnit
N
Nic Wortel 已提交
17
/app/phpunit.xml
18

19
# Composer
N
Nic Wortel 已提交
20
/composer.phar