chore: improve config files

This commit is contained in:
divlo
2021-03-08 14:33:53 +01:00
parent c7f64a6312
commit 4b95cd4293
12 changed files with 24838 additions and 56 deletions

15
.gitignore vendored
View File

@ -2,9 +2,7 @@
# dependencies
node_modules
.pnp
.pnp.js
.yarn
.npm
# production
build
@ -12,19 +10,8 @@ build
# testing
coverage
# envs
.env
.env.production
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
# editors
.vscode