2012-04-10 13:31:21 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Configuration ================================================================
|
|
|
|
# These files will differ from one user to another;
|
|
|
|
# committing them may cause Zammad to behave unexpectedly on other machines
|
2017-01-07 12:07:05 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Zammad -----------------------------------------------------------------------
|
2017-01-07 12:07:05 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# database (copy from config/database/database.yml, or use `rails bs:init`)
|
2016-12-17 00:04:48 +00:00
|
|
|
/config/database.yml
|
|
|
|
|
2021-06-17 08:46:41 +00:00
|
|
|
# local backup config file
|
|
|
|
/contrib/backup/config
|
|
|
|
|
2021-06-30 08:24:58 +00:00
|
|
|
# Dynamic environment config for Gitlab
|
|
|
|
/.gitlab/environment.env
|
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Third-Party ------------------------------------------------------------------
|
|
|
|
# The config files / dev tools listed below are optional
|
|
|
|
# and may not be present on most users' machines
|
2017-03-10 06:49:01 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Bundler
|
|
|
|
/.bundle
|
|
|
|
/Gemfile.local
|
2018-05-15 00:09:15 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Clutter ======================================================================
|
|
|
|
# These files are automatically generated;
|
|
|
|
# in most cases, committing them won't do anything other than bloat the repo
|
2017-01-07 12:07:05 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Zammad -----------------------------------------------------------------------
|
2012-04-10 13:31:21 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# database files
|
|
|
|
/db/*.sqlite3
|
2016-12-02 08:01:22 +00:00
|
|
|
/db/schema.rb
|
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# translation cache files
|
|
|
|
/config/locales*.yml
|
|
|
|
/config/translations/*.yml
|
2017-01-07 12:07:05 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# NPM / Yarn
|
2017-01-07 12:07:05 +00:00
|
|
|
/node_modules
|
2021-05-05 09:44:37 +00:00
|
|
|
/yarn.lock
|
2017-01-07 12:07:05 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# logfiles and tempfiles
|
2016-12-02 08:01:22 +00:00
|
|
|
/log
|
2014-03-20 09:13:02 +00:00
|
|
|
/public/assets/*.*
|
2021-05-05 09:44:37 +00:00
|
|
|
/public/assets/addons
|
2016-12-02 08:01:22 +00:00
|
|
|
/public/assets/app
|
|
|
|
/public/assets/custom
|
2017-01-09 23:13:38 +00:00
|
|
|
/public/assets/chat/node_modules
|
2017-01-07 12:07:05 +00:00
|
|
|
/tmp/*
|
2016-12-07 09:31:00 +00:00
|
|
|
!/tmp/pids
|
2018-07-09 06:01:25 +00:00
|
|
|
/tmp/pids/*
|
2016-12-07 09:31:00 +00:00
|
|
|
!/tmp/pids/.keep
|
2018-07-09 06:01:25 +00:00
|
|
|
/storage/fs
|
2017-01-20 08:40:43 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# doorkeeper (OAuth 2)
|
2018-04-06 09:30:20 +00:00
|
|
|
/public/assets/doorkeeper
|
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# images
|
2018-07-03 08:13:31 +00:00
|
|
|
/public/assets/images/*
|
2018-07-09 06:01:25 +00:00
|
|
|
!/public/assets/images/icons/
|
2018-04-06 09:30:20 +00:00
|
|
|
!/public/assets/images/avatar-bg.png
|
|
|
|
!/public/assets/images/chat-demo-avatar.png
|
|
|
|
!/public/assets/images/eyedropper.gif
|
|
|
|
!/public/assets/images/icons.svg
|
|
|
|
!/public/assets/images/logo.svg
|
2018-07-01 15:41:53 +00:00
|
|
|
|
2018-07-09 06:01:25 +00:00
|
|
|
# Third-Party ------------------------------------------------------------------
|
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# vim
|
|
|
|
.*.sw[pon]
|
|
|
|
|
|
|
|
# RubyMine
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# Eclipse
|
|
|
|
/.project
|
|
|
|
|
|
|
|
# Byebug
|
|
|
|
/.byebug_history
|
|
|
|
|
|
|
|
# SimpleCov
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# RDoc / YARD
|
|
|
|
/doc
|
2019-02-26 10:37:31 +00:00
|
|
|
|
|
|
|
# Backup files
|
|
|
|
*~
|