This commit is contained in:
Om Lanke
2025-09-25 14:56:58 +05:30
parent 81ea139691
commit efbe72024d
8 changed files with 4 additions and 4 deletions

View File

@@ -119,9 +119,9 @@ temp/
drizzle/ drizzle/
# === Uploads and user content === # === Uploads and user content ===
shared/uploads/ # shared/uploads/
uploads/ # uploads/
**/uploads/ # **/uploads/
# === Miscellaneous === # === Miscellaneous ===
.cursorignore .cursorignore

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# shared uploads # shared uploads
shared/uploads # shared/uploads
# Dependencies # Dependencies
node_modules node_modules

View File

View File

View File

0
shared/.gitkeep Normal file
View File

0
shared/uploads/.gitkeep Normal file
View File