Merge pull request #178 from peterpeterparker/chore/ignore-ide-config

chore: git ignore IDE config
This commit is contained in:
mauro 🤙
2024-09-14 12:11:33 +02:00
committed by GitHub

5
.gitignore vendored
View File

@@ -1,5 +1,10 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# various IDEs and backup files
.vscode/
.idea/
**/*~
# dependencies
/node_modules
/.pnp