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