diff --git a/backend/.gitignore b/backend/.gitignore index 8965dfe..63175d9 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -21,3 +21,8 @@ go.work /pb_data/ + +.idea/ +*.iml +.vscode/ +.DS_Store diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..3115d35 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? +*.iml