aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e8dc360e2c0695152df2fc6c279efc2b8c73d95e (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

.secrets.envrc