added .idea and package locks to gitignore

This commit is contained in:
John O'Keefe 2024-07-10 20:52:49 -04:00
parent 1d83e7b67f
commit 020a09da6f

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ go.work
build/bin
node_modules
frontend/dist
package.json.md5
package-lock.json
.idea