chore: git and private

This commit is contained in:
Cristian Vidmar 2022-07-12 12:03:19 +02:00
parent 60f61f5311
commit aed43a2b05
2 changed files with 12 additions and 1 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
node_modules
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@ -4,7 +4,6 @@
"main": "dist/index.js",
"author": "foomo",
"license": "MIT",
"private": false,
"scripts": {
"clean": "rm -f ./tsconfig.tsbuildinfo && rm -rvf dist",
"build": "yarn clean && tsc -b -v .",