diff --git a/.gitignore b/.gitignore index 7a309e4..e63b1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ back/target/ front/dist/ back/public/ + +back/Cargo.lock \ No newline at end of file diff --git a/front/.gitignore b/front/.gitignore index a547bf3..265f50c 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +package-lock.json \ No newline at end of file