Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

53 lines
711B

  1. # CakePHP specific files #
  2. ##########################
  3. /config/app_local.php
  4. /config/.env
  5. /logs/*
  6. /tmp/*
  7. /vendor/*
  8. # OS generated files #
  9. ######################
  10. .DS_Store
  11. .DS_Store?
  12. ._*
  13. .Spotlight-V100
  14. .Trashes
  15. # Icon must end with two \r
  16. Icon
  17. ehthumbs.db
  18. Thumbs.db
  19. .directory
  20. # Tool specific files #
  21. #######################
  22. # PHPUnit
  23. .phpunit.cache
  24. tests.sqlite
  25. # vim
  26. *~
  27. *.swp
  28. *.swo
  29. # sublime text & textmate
  30. *.sublime-*
  31. *.stTheme.cache
  32. *.tmlanguage.cache
  33. *.tmPreferences.cache
  34. # Eclipse
  35. .settings/*
  36. # JetBrains, aka PHPStorm, IntelliJ IDEA
  37. .idea/*
  38. # NetBeans
  39. nbproject/*
  40. # Visual Studio Code
  41. .vscode
  42. # nova
  43. .nova
  44. # Sass preprocessor
  45. .sass-cache/
  46. # node
  47. /node_modules/*
  48. # yarn
  49. yarn-debug.log
  50. yarn-error.log

Powered by TurnKey Linux.