1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

Added a .gitignore template for RoR projects

This commit is contained in:
root 2024-09-24 22:57:13 +03:00
parent 5445a27025
commit 58f4c6badf

View 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