chill-skeleton-basic/.gitignore

84 lines
1.1 KiB
Plaintext

## deprecated (sf3)
app
bin/*
!bin/console
## framework-bundle
config/secrets/
## env files
.env.local
.env.dev.local
.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
.ignore
### 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
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###