Skip to content

Commit

Permalink
🔄 synced local '.gitignore' with remote '.gitignore'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Mar 2, 2024
1 parent 6845bf7 commit b247da6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,14 @@ site

# Local data files
**/datafile/*
# Persistent storage should not be stored in git except for the markdown files
persistent_storage
!persistent_storage/**/*.md

# Python Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# We'll disable migrations for now, until we have actual users
migrations

0 comments on commit b247da6

Please sign in to comment.