mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Reorder entries
This commit is contained in:
parent
c58fff4f3e
commit
97de996895
1 changed files with 12 additions and 8 deletions
|
@ -1,19 +1,23 @@
|
|||
# Bootstrap
|
||||
/app/bootstrap.php.cache
|
||||
|
||||
# Symfony directories
|
||||
/bin/
|
||||
/vendor/
|
||||
/app/logs/*
|
||||
# Cache and logs
|
||||
/app/cache/*
|
||||
/app/logs/*
|
||||
!app/cache/.gitkeep
|
||||
!app/logs/.gitkeep
|
||||
/web/uploads/
|
||||
/web/bundles/
|
||||
|
||||
# Configuration files
|
||||
/app/config/parameters.ini
|
||||
# Parameters
|
||||
/app/config/parameters.yml
|
||||
/app/config/parameters.ini
|
||||
|
||||
# Dependencies
|
||||
/bin/
|
||||
/vendor/
|
||||
|
||||
# Assets
|
||||
/web/bundles/
|
||||
/web/uploads/
|
||||
|
||||
# PHPUnit
|
||||
/app/phpunit.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue