Skip to content

Commit

Permalink
fix: ignore /media in project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Aug 18, 2020
1 parent 9768b46 commit 6816fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mezzanine/project_template/.gitignore
Expand Up @@ -5,3 +5,4 @@
.coverage
local_settings.py
/static
/media
1 change: 1 addition & 0 deletions mezzanine/project_template/.hgignore
Expand Up @@ -8,3 +8,4 @@ local_settings.py

syntax: regexp
^static/
^media/

0 comments on commit 6816fd7

Please sign in to comment.