It is a common practice to store environment variables in a .env file in development. This file is read by tools such as foreman and dotenv. This file can contain sensitive information such as secret keys and should always be excluded from version control
11 lines
108 B
Text
11 lines
108 B
Text
*.DS_Store
|
|
*.sw[nop]
|
|
.bundle
|
|
.env
|
|
db/*.sqlite3
|
|
log/*.log
|
|
rerun.txt
|
|
tags
|
|
tmp/**/*
|
|
!tmp/cache/.keep
|
|
zeus.json
|