Skip to content

Commit

Permalink
Include media and staticfiles directories
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed May 8, 2024
1 parent 76b9036 commit 6fc0ba5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*.pyc
__pycache__
*.sqlite3
media
staticfiles
media/*
staticfiles/*

# Backup files #
*.bak
Expand Down
2 changes: 2 additions & 0 deletions media/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions staticfiles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 6fc0ba5

Please sign in to comment.