mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Initial Symfony Set up
Just getting the base framework installed and running so the goodness can begin
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/.nova
|
||||
.env
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/public/images/avatars/
|
||||
/public/images/blog/
|
||||
/var/
|
||||
/vendor/
|
||||
/assets/node_modules
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> symfony/phpunit-bridge ###
|
||||
.phpunit
|
||||
.phpunit.result.cache
|
||||
/phpunit.xml
|
||||
###< symfony/phpunit-bridge ###
|
||||
|
||||
*.DS_Store
|
||||
*.codekit3
|
Reference in New Issue
Block a user