1
0
Fork 0

fix(build): omit git from package, ignore pid files

This commit is contained in:
ssube 2019-11-10 09:47:10 -06:00
parent b4172bbe23
commit b10bca38f9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ temp/
# types
*.bak
*.pid
*.swp
*.tmp

View File

@ -1,4 +1,5 @@
.awcache/
.git/
.github/
.nyc_output/