dotfiles/gitignore
2024-09-16 06:01:52 -05:00

13 lines
134 B
Text
Executable file

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