Update .gitignore for local wp-content media

This commit is contained in:
alireza 2026-08-24 11:22:32 +03:30
parent 69f489c401
commit 713c08eaab
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -11,9 +11,10 @@ node_modules
dist
dist-ssr
# Large binary user storage and apk files (to prevent git 413 payload limit)
# Large binary user storage and media files (to prevent git 413 payload limit on Gitea)
public/storage/user/
public/storage/apk/*.apk
public/wp-content/uploads/
# Editor directories and files
.vscode/*