This commit is contained in:
2023-10-05 22:16:38 +03:00
parent f9d446aa37
commit 0c5b455404
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,5 +5,4 @@ node_modules/
__pycache__/ __pycache__/
/postgres /postgres
tags tags
back/media
package-lock.json package-lock.json

4
back/media/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore