mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
adding gitignore
This commit is contained in:
commit
6521dd5e2b
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
/web/bundles/
|
||||
/app/cache/*
|
||||
!/app/cache/dev/security/nonces/index
|
||||
!/app/cache/prod/security/nonces/index
|
||||
/app/logs/*
|
||||
/vendor/
|
||||
/app/config/parameters.ini
|
||||
/app/config/parameters.yml
|
||||
/app/bootstrap*
|
||||
/src/Acme/
|
||||
/output/
|
||||
/web/uploads/images/*
|
||||
!/web/uploads/images/index.html
|
||||
/src/Progracqteur/WikipedaleBundle/DataFixtures/ORM/Files/*
|
||||
.gitignore~
|
||||
*~
|
||||
composer.phar
|
||||
/nbproject/private/
|
||||
parameters.yml
|
||||
app/config/parameters.yml
|
||||
.DS_Store
|
||||
*bower_components
|
||||
bin/*
|
||||
/tmp/*
|
Loading…
x
Reference in New Issue
Block a user