add IDE files to gitignore

main
Cameron Clough 2022-01-05 22:44:00 +00:00
parent 54910ba500
commit 8f068ca13f
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,5 +1,12 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# IDEs
.idea
*.iml
.vscode
.atom
*.swp
# dependencies
/node_modules
/.pnp