mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
Prepare for moving into monorepo
This commit is contained in:
24
src/Bundle/ChillEvent/.gitignore
vendored
Normal file
24
src/Bundle/ChillEvent/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
*~
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Bootstrap
|
||||
app/bootstrap*
|
||||
|
||||
# Symfony directories
|
||||
vendor/*
|
||||
*/logs/*
|
||||
*/cache/*
|
||||
web/uploads/*
|
||||
web/bundles/*
|
||||
|
||||
# Configuration files
|
||||
app/config/parameters.ini
|
||||
app/config/parameters.yml
|
||||
Tests/Fixtures/App/config/parameters.yml
|
||||
|
||||
# fixtures
|
||||
Resources/test/Fixtures/App/DoctrineMigrations/
|
||||
|
||||
#composer
|
||||
composer.lock
|
Reference in New Issue
Block a user