mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Added a .gitignore template for RoR projects
This commit is contained in:
parent
5445a27025
commit
58f4c6badf
44
community/Ruby/rails.gitignore
Normal file
44
community/Ruby/rails.gitignore
Normal file
@ -0,0 +1,44 @@
|
||||
# Ignore bundler config.
|
||||
/.bundle
|
||||
|
||||
# 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 uploaded files in development.
|
||||
/storage/*
|
||||
!/storage/.keep
|
||||
/tmp/storage/*
|
||||
!/tmp/storage/
|
||||
!/tmp/storage/.keep
|
||||
|
||||
/public/assets
|
||||
|
||||
# brewfile autogenerated
|
||||
Brewfile.lock.json
|
||||
|
||||
# Ignore master key for decrypting credentials and more.
|
||||
/config/master.key
|
||||
|
||||
/app/assets/builds/*
|
||||
!/app/assets/builds/.keep
|
||||
|
||||
/node_modules
|
||||
|
||||
.env
|
||||
.idea
|
||||
|
||||
yarn-error.log
|
||||
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
/.vscode
|
||||
/coverage
|
Loading…
Reference in New Issue
Block a user