bec75018be
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
37 lines
482 B
Plaintext
37 lines
482 B
Plaintext
# 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
|