12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
# Ignore bundler config
|
|
/.bundle
|
|
|
|
# Ignore the default SQLite database.
|
|
/db/*.sqlite3
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/log/*.log
|
|
/tmp
|
|
*.sublime-workspace
|
|
*.sublime-project
|