# 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. Gemfile.lock /log/* !/log/.keep /tmp /.idea /vendor /log /config/env_vars.sh /db/schema.rb /db/development.sqlite3 /db/test.sqlite3 /public/assets /config/orientdb.yml /config/dspace.yml /shared/* dump.rdb /public/system/* # ignore server scripts puma.sh start_puma.sh stop_puma.sh portalmec.service portalmec-sidekiq.service sidekiq.sh autocomplete-server.service # ignore configs /config/database.yml /config/sidekiq.yml