Symfony2.gitignore 305 字节
Newer Older
N
Nic Wortel 已提交
1
# Cache and logs
N
Nic Wortel 已提交
2
/app/cache/*
N
Nic Wortel 已提交
3
/app/logs/*
N
Nic Wortel 已提交
4 5
!app/cache/.gitkeep
!app/logs/.gitkeep
6

N
Nic Wortel 已提交
7
# Parameters
N
Nic Wortel 已提交
8
/app/config/parameters.yml
N
Nic Wortel 已提交
9 10
/app/config/parameters.ini

11
# Managed by Composer
12
/app/bootstrap.php.cache
N
Nic Wortel 已提交
13 14 15 16 17 18
/bin/
/vendor/

# Assets
/web/bundles/
/web/uploads/
19

20
# PHPUnit
N
Nic Wortel 已提交
21
/app/phpunit.xml
22

23
# Composer
N
Nic Wortel 已提交
24
/composer.phar