aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 68bdf90eacb3616e2c55ab77628d0bb487c59458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore bundler config.
/Gemfile
/Gemfile.lock
/.bundle

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

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

/node_modules
/yarn-error.log

.byebug_history