flesh out gitignore

This commit is contained in:
Kiara Grouwstra 2021-11-30 21:10:14 +01:00
parent fc901387dc
commit 338ba2567d
4 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -9,6 +9,9 @@ vendor/
# Ignore bundler config.
/.bundle
# Ignore bins
/bin
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
@ -41,3 +44,4 @@ vendor/
/yarn-error.log
yarn-debug.log*
.yarn-integrity
*~

0
log/.keep Normal file
View File

0
tmp/.keep Normal file
View File

0
tmp/pids/.keep Normal file
View File