Update gitignore

This commit is contained in:
Merijn Hendriks 2021-12-28 23:21:12 +01:00
parent d431d39046
commit 346cee2e5b
3 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,7 +1,10 @@
# ---> Haru
package-lock.json
# ---> Visual Studio
.vs
bin
obj
package-lock.json
# ---> Node
# Logs

Binary file not shown.

View File

@ -10,7 +10,7 @@
"outDir": "obj/ts"
},
"include": [
"./src"
"src"
],
"exclude": [
"node_modules"