forked from Chill-project/chill-skeleton-basic
initial commit
This commit is contained in:
78
.gitignore
vendored
Normal file
78
.gitignore
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
## deprecated (sf3)
|
||||
app
|
||||
|
||||
bin/*
|
||||
!bin/console
|
||||
|
||||
## framework-bundle
|
||||
config/secrets/
|
||||
|
||||
## env files
|
||||
.env*
|
||||
!.env.dist
|
||||
|
||||
.composer/*
|
||||
composer.phar
|
||||
|
||||
package-lock.json ## (npm) keep yarn.lock in repo
|
||||
.yarncache/*
|
||||
yarn-error.log
|
||||
|
||||
.pgadmin4/*
|
||||
|
||||
build/
|
||||
cache/*
|
||||
node_modules/*
|
||||
phpdoc/*
|
||||
vendor/
|
||||
|
||||
public/build/
|
||||
public/bundles/
|
||||
public/css/
|
||||
public/js/
|
||||
|
||||
var/
|
||||
|
||||
## Phpunit/phpunit
|
||||
phpunit.xml
|
||||
.phpunit.result.cache
|
||||
|
||||
|
||||
### IDE
|
||||
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Eclipse
|
||||
.buildpath
|
||||
.project
|
||||
.settings/
|
||||
nbproject/*
|
||||
|
||||
.idea
|
||||
|
||||
### template/api/specs.yaml should be compiled
|
||||
templates/api/specs.yaml
|
||||
|
||||
|
||||
###> symfony/webpack-encore-bundle ###
|
||||
/node_modules/
|
||||
/public/build/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
###< symfony/webpack-encore-bundle ###
|
||||
###> symfony/phpunit-bridge ###
|
||||
.phpunit
|
||||
.phpunit.result.cache
|
||||
/phpunit.xml
|
||||
###< symfony/phpunit-bridge ###
|
||||
|
||||
###> symfony/webpack-encore-bundle ###
|
||||
/node_modules/
|
||||
/public/build/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
###< symfony/webpack-encore-bundle ###
|
||||
|
||||
docker-compose.override.yml
|
||||
docker-compose.override.yaml
|
Reference in New Issue
Block a user