feat: added ide files to gitignore

This commit is contained in:
shrooms
2021-11-07 20:54:03 +04:00
parent c0904c8811
commit c1cae1f3d5

4
.gitignore vendored
View File

@@ -19,6 +19,10 @@
.DS_Store
*.pem
# ide
.idea
.vscode
# debug
npm-debug.log*
yarn-debug.log*