Add .idea to gitignore
For those of us using WebStorm
This commit is contained in:
parent
35f8b1ed85
commit
fcd8a41fc9
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
dist
|
||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
|
.idea/
|
||||||
|
|
Loading…
Reference in a new issue