Add .idea directory to gitignore
This commit is contained in:
parent
1dc35b2247
commit
920f16d159
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,9 +1,9 @@
|
|||
*.log
|
||||
npm-debug.*
|
||||
*.scssc
|
||||
*.log
|
||||
*.swp
|
||||
.DS_Store
|
||||
.sass-cache
|
||||
node_modules
|
||||
test.html
|
||||
.idea
|
||||
|
|
Loading…
Reference in a new issue