1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

chore: ignore lockfiles + markdownlint

This commit is contained in:
divlo
2020-12-09 12:42:12 +01:00
parent d4428a6ade
commit 0e0dc67efa
24 changed files with 111 additions and 837 deletions

28
.gitignore vendored
View File

@ -1,3 +1,31 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
# lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
# production
build
# envs
.env
.env.production
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# editors
.vscode
.theia
.idea
# misc
.DS_Store