Add vscode and intellij config files to gitignore

This commit is contained in:
Moein Nemati
2021-05-09 16:28:36 +04:30
committed by Parham Alvani
parent 24f653b1c2
commit 6a78e0598a

6
.gitignore vendored
View File

@@ -13,3 +13,9 @@
# Dependency directories (remove the comment below to include it)
# vendor/
# Intellij
.idea/
# VisualStudioCode
.vscode/*