trabajo-afectivo/.gitignore
2022-04-14 16:34:18 -03:00

85 lines
1.9 KiB
Plaintext

# 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
# Configuration ================================================================
# These files will differ from one user to another;
# committing them may cause Zammad to behave unexpectedly on other machines
# Zammad -----------------------------------------------------------------------
# database (copy from config/database/database.yml, or use `rails bs:init`)
/config/database.yml
# local backup config file
/contrib/backup/config
# Dynamic environment config for Gitlab
/.gitlab/environment.env
# Third-Party ------------------------------------------------------------------
# The config files / dev tools listed below are optional
# and may not be present on most users' machines
# Bundler
/.bundle
/Gemfile.local
# Clutter ======================================================================
# These files are automatically generated;
# in most cases, committing them won't do anything other than bloat the repo
# Zammad -----------------------------------------------------------------------
# database files
/db/*.sqlite3
/db/schema.rb
# legacy translation cache files
/config/locales-*.yml
/config/translations/*.yml
# NPM / Yarn
/node_modules
# logfiles and tempfiles
/log
/public/assets/chat/node_modules
/tmp/*
!/tmp/pids
/tmp/pids/*
!/tmp/pids/.keep
/storage/fs
# images
/public/assets/images/yarn.lock
/public/assets/images/node_modules
# Third-Party ------------------------------------------------------------------
# macOS
.DS_Store
# vim
.*.sw[pon]
# RubyMine
/.idea
# Eclipse
/.project
# VSCode
/.vscode
# Byebug
/.byebug_history
# RDoc / YARD
/doc
# Backup files
*~