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.
36 lines
482 B
36 lines
482 B
# Bootstrap |
|
app/bootstrap* |
|
|
|
# Symfony directories |
|
vendor/* |
|
app/logs/* |
|
app/cache/* |
|
web/uploads/* |
|
web/bundles/* |
|
|
|
# Configuration files |
|
app/config/parameters.ini |
|
|
|
# Composer related files |
|
composer.lock |
|
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/ |
|
|
|
# This should be the last line |
|
# .gitkeep files |
|
!.gitkeep
|
|
|