Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

87 lines
1.4 KiB

# Linux.gitignore
.*
!.coveralls.yml
!.gitignore
!.rspec
!.slugignore
!.travis.yml
!.openshift
*~
# Docker.gitignore
.env
bike_bike_advanced_environment
# OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
Thumbs.db
*/Thumbs.db
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Rails.gitignore
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rvmrc
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
.project
# Ignore Redis' dataset snapshot
dump.rdb
# Ignore chrome driver log
chromedriver.log
# Ignore rails_best_practices report
rails_best_practices_output.html
# Ignore brakeman report
brakeman.html
# Ignore file uploads
/public/uploads
# Ignore precompiled assets
/public/assets
/app/assets/stylesheets/application/*
/app/assets/stylesheets/email-example/*
/app/assets/stylesheets/translations/*
/app/assets/stylesheets/web-fonts/*
/app/assets/stylesheets/translations/*
/app/assets/stylesheets/editor/*
/app/assets/stylesheets/admin/*
# Ignore test artifacts
/config/locales/data/html_records/*
# Ignore sensitive data
/config/settings/local.rb
/nbproject/private/
/config/database.yml
# Ignore node_module & public/stylesheets
node_modules/*
public/stylesheets