You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
428 B
32 lines
428 B
# Bootstrap |
|
app/bootstrap* |
|
app/SymfonyRequirements.php |
|
|
|
# Symfony directories |
|
vendor/ |
|
app/logs/ |
|
app/cache/ |
|
web/uploads/ |
|
web/bundles/ |
|
|
|
# Configuration files |
|
app/config/parameters.ini |
|
|
|
# Composer related files |
|
vendor/composer/installed.json |
|
|
|
# Assetic-generated .js and .css files |
|
web/js/ |
|
web/css/ |
|
|
|
# Project's upload directory |
|
web/upload/ |
|
|
|
# Spool directory |
|
spool/ |
|
|
|
# Backup files |
|
*~ |
|
|
|
#NetBeans private files |
|
/nbproject/private/
|
|
|