webcron/.gitignore

18 lines
296 B
Plaintext
Raw Normal View History

2022-04-27 14:24:48 +02:00
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
.idea/
2021-04-08 13:19:33 +02:00
.env
2022-05-02 13:25:50 +02:00
###> pentatrion/vite-bundle ###
/node_modules/
/public/build/
###< pentatrion/vite-bundle ###