.gitignore 700 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. *~
  2. .idea
  3. .htaccess
  4. */.DS_Store
  5. .DS_Store
  6. .env
  7. vendor
  8. .vs/
  9. .vscode
  10. .editorconfig
  11. .stylelintrc.json
  12. .stylelintignore
  13. php_errors.log
  14. composer.phar
  15. 404.html
  16. index.html
  17. config/.config.php
  18. config/.config.php.bak
  19. config/appprofile.php
  20. public/clients/*.*
  21. !public/clients/.gitkeep
  22. storage/framework/smarty/cache/*
  23. storage/framework/smarty/compile/*
  24. storage/framework/twig/cache/*
  25. !storage/framework/smarty/cache/.gitkeep
  26. !storage/framework/smarty/compile/.gitkeep
  27. !storage/framework/twig/cache/.gitkeep
  28. .user.ini
  29. public/.user.ini
  30. .envrc.local
  31. .envrc
  32. flake.lock
  33. flake.nix
  34. .direnv/
  35. node_modules
  36. package.json
  37. package-lock.json
  38. *.cache
  39. storage/LocalClientVersion.json
  40. storage/.install_lock
  41. coverage/