feat(gitignore): ignore out folder
This commit is contained in:
parent
8ec8c7a932
commit
ce35829467
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.qcow2
|
*.qcow2
|
||||||
result
|
|
||||||
node_modules
|
|
||||||
cache
|
cache
|
||||||
dist
|
dist
|
||||||
|
node_modules
|
||||||
|
out
|
||||||
|
result
|
||||||
|
|
Loading…
Reference in a new issue