add lock files to gitignore

This commit is contained in:
= 2024-12-05 19:18:15 +01:00
parent 2bd75babff
commit 583b14ce0d
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
back/target/
front/dist/
back/public/
back/Cargo.lock

2
front/.gitignore vendored
View file

@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
package-lock.json