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 # ---> Haru
package-lock.json
# ---> Visual Studio
.vs
bin bin
obj obj
package-lock.json
# ---> Node # ---> Node
# Logs # Logs

Binary file not shown.

View File

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