diff --git a/.gitignore b/.gitignore index e09a007..0b30a97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # vscode -.vscode +.vscode +.devcontainer # Intellij *.iml @@ -7,6 +8,8 @@ # npm node_modules +.pnpm-store +pnpm-lock.yaml # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead.