a11yist/.gitignore

78 lines
1.4 KiB
Text

# 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 environment files (except templates).
/.env*
!/.env*.erb
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
/public/assets
# Ignore master key for decrypting credentials and more.
/config/master.key
/app/assets/builds/*
!/app/assets/builds/.keep
/node_modules
/.irbrc_history
.~lock*
.build_version
/core*
.ruby-lsp/*
public/400.html
public/401.html
public/402.html
public/403.html
public/404.html
public/405.html
public/406.html
public/407.html
public/408.html
public/409.html
public/410.html
public/411.html
public/412.html
public/413.html
public/414.html
public/415.html
public/416.html
public/417.html
public/422.html
public/423.html
public/424.html
public/426.html
public/500.html
public/501.html
public/502.html
public/503.html
public/504.html
public/505.html
public/507.html
public/510.html
/.devenv