Symfony upgrade to 2.1-RC2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@@ -1 +1,33 @@
|
||||
.*.sw?
|
||||
# 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
|
||||
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/
|
||||
|
Reference in New Issue
Block a user