* sass gets compiled to `tmp/sass-cache` with Rails * vendor/bundle_gems seems like an arbitrary vendor directory * vim/.netrwhist is for a plugin we no longer use
10 lines
103 B
Text
10 lines
103 B
Text
*.DS_Store
|
|
*.sw[nop]
|
|
.bundle
|
|
db/*.sqlite3
|
|
log/*.log
|
|
rerun.txt
|
|
tags
|
|
tmp/**/*
|
|
!tmp/cache/.keep
|
|
zeus.json
|