We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db51ca commit 4ee13ebCopy full SHA for 4ee13eb
.gitignore
@@ -1,9 +1,8 @@
1
+# NOTE: see also app/.gitignore
2
__pycache__/
3
.idea/
4
.DS_Store
5
**/.env*
6
7
# directories w/files from old website
8
/public/
-# uploaded files
9
-app/media/
app/.gitignore
@@ -1,6 +1,9 @@
# files collected by manage.py collectstatic
-static/*
-!static/.keep
+/static/*
+!/static/.keep
+
+media/*
+!media/.keep
# yarn pnp files
.pnp.*
app/media/.keep
app/static/.keep
0 commit comments