mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
18 lines
163 B
Plaintext
18 lines
163 B
Plaintext
*.pyc
|
|
*.sw[nop]
|
|
.DS_Store
|
|
.bundle
|
|
.byebug_history
|
|
.env
|
|
.git/
|
|
.nvim.lua
|
|
/bower_components/
|
|
/log
|
|
/node_modules/
|
|
/tmp
|
|
db/*.sqlite3
|
|
log/*.log
|
|
rerun.txt
|
|
tmp/**/*
|
|
/tags
|