.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. # Configuration ================================================================
  7. # These files will differ from one user to another;
  8. # committing them may cause Zammad to behave unexpectedly on other machines
  9. # Zammad -----------------------------------------------------------------------
  10. # database (copy from config/database/database.yml, or use `rails bs:init`)
  11. /config/database.yml
  12. # local backup config file
  13. /contrib/backup/config
  14. # Dynamic environment config for Gitlab
  15. /.gitlab/environment.env
  16. # Third-Party ------------------------------------------------------------------
  17. # The config files / dev tools listed below are optional
  18. # and may not be present on most users' machines
  19. # Bundler
  20. /.bundle
  21. /Gemfile.local
  22. # Clutter ======================================================================
  23. # These files are automatically generated;
  24. # in most cases, committing them won't do anything other than bloat the repo
  25. # Zammad -----------------------------------------------------------------------
  26. # database files
  27. /db/*.sqlite3
  28. /db/schema.rb
  29. # dev ssl
  30. /config/ssl/*
  31. # legacy translation cache files
  32. /config/locales-*.yml
  33. /config/translations/*.yml
  34. # logfiles and tempfiles
  35. /log
  36. /public/assets/*.*
  37. /public/assets/mobile/vite
  38. /public/assets/mobile/vite-dev
  39. /public/assets/addons
  40. /public/assets/app
  41. /public/assets/custom
  42. /public/assets/chat/node_modules
  43. /tmp/*
  44. !/tmp/README.md
  45. !/tmp/pids
  46. /tmp/pids/*
  47. !/tmp/pids/.keep
  48. /storage/fs
  49. /var/*
  50. !/var/README.md
  51. # doorkeeper (OAuth 2)
  52. /public/assets/doorkeeper
  53. # images
  54. /public/assets/images/node_modules
  55. # Ignore generated hashed file names.
  56. /public/assets/images/????????????????????????????????.*
  57. # Third-Party ------------------------------------------------------------------
  58. # macOS
  59. .DS_Store
  60. # vim
  61. .*.sw[pon]
  62. # RubyMine
  63. /.idea
  64. # Eclipse
  65. /.project
  66. # VSCode
  67. /.vscode
  68. # Byebug
  69. /.byebug_history
  70. # Backup files
  71. *~
  72. # Vite PWA
  73. /app/frontend/dev-dist
  74. # Node
  75. **/node_modules
  76. yarn-error.log
  77. .yarn/cache
  78. # Generated Stories
  79. .histoire
  80. # Cypress
  81. .cypress/screenshots/*
  82. .cypress/videos/*
  83. .cypress/**/__diff_output__/**
  84. **/__image_snapshots__/**/*.diff.png
  85. **/__image_snapshots__/**/*.actual.png
  86. # Auto Generated
  87. schema.graphql