Sha256: 9a06e84c4e04d6ce6ada7a87502e00698633de43257ad40f5815d4b94d18da2c
Contents?: true
Size: 1.4 KB
Versions: 42
Compression:
Stored size: 1.4 KB
Contents
# 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 the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal # Ignore all logfiles and tempfiles. /log/* /tmp/* !/log/.keep !/tmp/.keep rails.log solr.log fedora.log redis.log script/log /node_modules /yarn-error.log .byebug_history # Ignore vendor/cache /vendor/cache /vendor/bundle # ignore development scripts /devscript # Ignore public documents, (compiled) assets, and sitemap /public/documents /public/assets /public/sitemap.xml.gz /app/assets/images/qa_server/charts/* # ignore renderer file # shows the template being rendered in the html source config/initializers/renderer.rb # ignore jetty jetty # ignore local coverage coverage # ignore rubocop reports reports # ignore persisting example file /spec/examples.txt .DS_Store # from rails engine creation process .bundle/ log/*.log pkg/ test/dummy/db/*.sqlite3 test/dummy/db/*.sqlite3-journal test/dummy/log/*.log test/dummy/node_modules/ test/dummy/yarn-error.log test/dummy/storage/ test/dummy/tmp/ .internal_test_app # do not keep the built gem *.gem # do not keep Gemfile.lock for engines Gemfile.lock
Version data entries
42 entries across 42 versions & 1 rubygems