Skip to content
Snippets Groups Projects
.gitignore 799 B
Newer Older
# See https://help.github.com/articles/ignoring-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'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
/.idea
/vendor
/log
/config/env_vars.sh
/db/schema.rb
/db/development.sqlite3
/config/orientdb.yml
/config/dspace.yml
/shared/*
dump.rdb
/public/system/*
# ignore server scripts
puma.sh
start_puma.sh
stop_puma.sh
Mateus Rambo Strey's avatar
Mateus Rambo Strey committed
portalmec.service
portalmec-sidekiq.service
sidekiq.sh
autocomplete-server.service

# ignore configs
/config/database.yml
/config/sidekiq.yml