aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 72fc16ec8a8e67047d79dbb03666ccaf75387c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

.terraform

.local.envrc