diff --git a/.gitignore b/.gitignore index 190f597..25c070d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,21 @@ # IntelliJ project files .idea *.iml -out -gen + +# vscode settings files +.vscode + +# Mac +.DS_Store + +# Node files node_modules/ *.lock -*.log pnpm-lock.yaml package-lock.json + +# Other files +out +gen +*.log *.lnk \ No newline at end of file