first commit
This commit is contained in:
29
src/nineskeletor-1.0/.gitignore
vendored
Normal file
29
src/nineskeletor-1.0/.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
/.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
###< symfony/framework-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 ###
|
||||
|
||||
.key
|
||||
/uploads
|
||||
!/public/uploads/avatar
|
||||
/public/uploads/avatar/*
|
||||
/public/uploads/ckeditor
|
Reference in New Issue
Block a user