diff --git a/.gitignore b/.gitignore index 7820f68..8c66ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,11 @@ next-env.d.ts *.sqlite *.sqlite3 +# Static files and user uploads +wwwroot/ +**/wwwroot/images/ +**/wwwroot/uploads/ + # IDE files .vscode/ .idea/