for rails
This commit is contained in:
parent
8276c6a47c
commit
f590002e12
1 changed files with 28 additions and 0 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1 +1,29 @@
|
||||||
node_moduls/
|
node_moduls/
|
||||||
|
# Ignore bundler config.
|
||||||
|
backend/.bundle
|
||||||
|
|
||||||
|
# Ignore all environment files (except templates).
|
||||||
|
beckend/.env*
|
||||||
|
backend/.env*.erb
|
||||||
|
|
||||||
|
# Ignore all logfiles and tempfiles.
|
||||||
|
backend/log/*
|
||||||
|
backend/tmp/*
|
||||||
|
backend/log/.keep
|
||||||
|
backend/tmp/.keep
|
||||||
|
|
||||||
|
# Ignore pidfiles, but keep the directory.
|
||||||
|
backend/tmp/pids/*
|
||||||
|
backend/tmp/pids/
|
||||||
|
backend/tmp/pids/.keep
|
||||||
|
|
||||||
|
# Ignore storage (uploaded files in development and any SQLite databases).
|
||||||
|
backend/storage/*
|
||||||
|
backend/storage/.keep
|
||||||
|
backend/tmp/storage/*
|
||||||
|
backend/tmp/storage/
|
||||||
|
backend/tmp/storage/.keep
|
||||||
|
|
||||||
|
# Ignore master key for decrypting credentials and more.
|
||||||
|
backend/config/master.key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue