trabajo-afectivo/.gitignore

98 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

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
# local backup config file
/contrib/backup/config
# 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
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
/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/*.*
/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/*
!/tmp/pids
2018-07-09 06:01:25 +00:00
/tmp/pids/*
!/tmp/pids/.keep
2018-07-09 06:01:25 +00:00
/storage/fs
2018-07-09 06:01:25 +00:00
# doorkeeper (OAuth 2)
/public/assets/doorkeeper
2018-07-09 06:01:25 +00:00
# images
/public/assets/images/*
2018-07-09 06:01:25 +00:00
!/public/assets/images/icons/
!/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-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
# Backup files
*~