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