Add .DS_STORE and .swp/.swo to .gitignore
parent
017fe82013
commit
ae07a7a7b6
|
@ -1,3 +1,6 @@
|
|||
.DS_STORE
|
||||
*.swp
|
||||
*.swo
|
||||
node_modules
|
||||
QWiki
|
||||
cache
|
||||
|
|
Loading…
Reference in New Issue