scatterd-dotfiles/gitignore
Joël Quenneville 82acdf7fa4 Globally ignore .env file
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
2013-09-20 11:12:21 -04:00

11 lines
108 B
Text

*.DS_Store
*.sw[nop]
.bundle
.env
db/*.sqlite3
log/*.log
rerun.txt
tags
tmp/**/*
!tmp/cache/.keep
zeus.json