This website requires JavaScript.
Explore
Help
Sign in
configs
/
scatterd-dotfiles
Watch
1
Star
0
Fork
You've already forked scatterd-dotfiles
0
Code
Issues
2
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
cf10a8358f
scatterd-dotfiles
/
gitignore
11 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Add .gitignore
2012-10-20 20:50:08 -07:00
*.DS_Store
*.sw[nop]
.bundle
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-10 10:36:25 -04:00
.env
Add .gitignore
2012-10-20 20:50:08 -07:00
db/*.sqlite3
log/*.log
rerun.txt
tags
tmp/**/*
!tmp/cache/.keep
Reference in a new issue
Copy permalink