czydojade/.gitignore
2020-01-19 18:04:27 +01:00

20 lines
287 B
Plaintext

###> symfony/framework-bundle ###
/.env
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###
/node_modules/
/.idea/
/public/*
!/public/index.php
!/public/manifest.jso
/yarn-error.log