Modified file structure before uploading to GitHub

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-21 17:25:08 +02:00
parent 21366f7f75
commit bec75018be
13 changed files with 210 additions and 192 deletions

34
.gitignore vendored
View File

@@ -1,4 +1,36 @@
# 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
*~
/nbproject/private/
#NetBeans private files
/nbproject/private/
# This should be the last line
# .gitkeep files
!.gitkeep