Update gitignore
This commit is contained in:
parent
d431d39046
commit
346cee2e5b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,10 @@
|
||||
# ---> Haru
|
||||
package-lock.json
|
||||
|
||||
# ---> Visual Studio
|
||||
.vs
|
||||
bin
|
||||
obj
|
||||
package-lock.json
|
||||
|
||||
# ---> Node
|
||||
# Logs
|
||||
|
Binary file not shown.
@ -10,7 +10,7 @@
|
||||
"outDir": "obj/ts"
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
Loading…
x
Reference in New Issue
Block a user