.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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/addons
  38. /public/assets/app
  39. /public/assets/custom
  40. /public/assets/chat/node_modules
  41. /tmp/*
  42. !/tmp/pids
  43. /tmp/pids/*
  44. !/tmp/pids/.keep
  45. /storage/fs
  46. # doorkeeper (OAuth 2)
  47. /public/assets/doorkeeper
  48. # images
  49. /public/assets/images/node_modules
  50. # Ignore generated hashed file names.
  51. /public/assets/images/????????????????????????????????.*
  52. # Third-Party ------------------------------------------------------------------
  53. # macOS
  54. .DS_Store
  55. # vim
  56. .*.sw[pon]
  57. # RubyMine
  58. /.idea
  59. # Eclipse
  60. /.project
  61. # VSCode
  62. /.vscode
  63. # Byebug
  64. /.byebug_history
  65. # Backup files
  66. *~
  67. # Vite Ruby
  68. /public/vite
  69. /public/vite-dev
  70. # Vite PWA
  71. /app/frontend/dev-dist
  72. # Node
  73. **/node_modules
  74. yarn-error.log
  75. .yarn/cache
  76. # Generated Stories
  77. .histoire
  78. # Cypress
  79. .cypress/screenshots/*
  80. .cypress/videos/*
  81. .cypress/**/__diff_output__/**
  82. **/__image_snapshots__/**/*.diff.png
  83. **/__image_snapshots__/**/*.actual.png
  84. # Auto Generated
  85. schema.graphql