chore: repo cleanup

This commit is contained in:
iCrawl
2021-10-28 02:01:19 +02:00
parent bdd841a1e7
commit aa532946c9
10 changed files with 1684 additions and 1664 deletions

17
.gitignore vendored
View File

@@ -1,12 +1,18 @@
# Packages
node_modules/
yarn.lock
# Log files
logs/
*.log
npm-debug.log*
# Authentication
# Runtime data
pids
*.pid
*.seed
# Env
.env
test/auth.json
test/auth.js
docs/deploy/deploy_key
@@ -14,10 +20,11 @@ docs/deploy/deploy_key.pub
deploy/deploy_key
deploy/deploy_key.pub
# Dist
dist/
docs/docs.json
# Miscellaneous
.tmp/
.vscode/
.idea/
docs/docs.json
typings/index.js
.DS_Store