Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyuansjtu committed Oct 16, 2024
1 parent a913434 commit b03ac4b
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
**/__pycache__/
# Python cache files
__pycache__/

# Database file
db.sqlite3

## migrations
# Ignore all migration files except __init__.py
/pages/migrations/*
!/pages/migrations/__init__.py

/chat/migrations/**
!/chat/migrations/__init__.py

/oauth/migrations/**
!/oauth/migrations/__init__.py

/files/migrations/**
!/files/migrations/__init__.py

## build

build
# Build directory
build/

0 comments on commit b03ac4b

Please sign in to comment.