summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5393863792725414ebca8a67036cee04ab585473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ignore bundler config
/.bundle

# Ignore rbenv files
.ruby-version

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
*.sublime-*