fix .gitignore

This commit is contained in:
ocogeclub 2021-02-06 22:45:22 +09:00
parent 52510a1fe0
commit 25d368435f
3 changed files with 2391 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
.*/
_*/
bin/
node_modules/
.shared/
bin/
build/
*.zip
push.sh

2387
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -27,4 +27,4 @@
"nodemailer": "^6.4.17",
"ocoge_pigpiod": "file:local_modules/ocoge_pigpiod"
}
}
}