.gitignore 715 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ###> symfony/framework-bundle ###
  2. /.env.local
  3. /.env.local.php
  4. /.env.*.local
  5. /config/secrets/prod/prod.decrypt.private.php
  6. /public/bundles/
  7. /var/
  8. /vendor/
  9. ###< symfony/framework-bundle ###
  10. ###> phpunit/phpunit ###
  11. /phpunit.xml
  12. /.phpunit.cache/
  13. ###< phpunit/phpunit ###
  14. ###> symfony/asset-mapper ###
  15. /public/assets/
  16. /assets/vendor/
  17. ###< symfony/asset-mapper ###
  18. ### Spécifique au projet ###
  19. /public/images/gamemasters/*.png
  20. /public/images/gamemasters/*.jpg
  21. /public/images/gamemasters/*.jpeg
  22. /public/images/games/*.png
  23. /public/images/games/*.jpg
  24. /public/images/games/*.jpeg
  25. /database.db
  26. /some_datas.sql
  27. /localserver.sh
  28. /orgasso.code-workspace
  29. /_Trash
  30. ### Spécifiques MacOS ###
  31. .DS_Store
  32. .AppleDouble
  33. .LSOverride