mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Reorder entries
This commit is contained in:
parent
c58fff4f3e
commit
97de996895
@ -1,19 +1,23 @@
|
|||||||
# Bootstrap
|
# Bootstrap
|
||||||
/app/bootstrap.php.cache
|
/app/bootstrap.php.cache
|
||||||
|
|
||||||
# Symfony directories
|
# Cache and logs
|
||||||
/bin/
|
|
||||||
/vendor/
|
|
||||||
/app/logs/*
|
|
||||||
/app/cache/*
|
/app/cache/*
|
||||||
|
/app/logs/*
|
||||||
!app/cache/.gitkeep
|
!app/cache/.gitkeep
|
||||||
!app/logs/.gitkeep
|
!app/logs/.gitkeep
|
||||||
/web/uploads/
|
|
||||||
/web/bundles/
|
|
||||||
|
|
||||||
# Configuration files
|
# Parameters
|
||||||
/app/config/parameters.ini
|
|
||||||
/app/config/parameters.yml
|
/app/config/parameters.yml
|
||||||
|
/app/config/parameters.ini
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
/bin/
|
||||||
|
/vendor/
|
||||||
|
|
||||||
|
# Assets
|
||||||
|
/web/bundles/
|
||||||
|
/web/uploads/
|
||||||
|
|
||||||
# PHPUnit
|
# PHPUnit
|
||||||
/app/phpunit.xml
|
/app/phpunit.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user