1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/.gitignore

32 lines
339 B
Plaintext
Raw Normal View History

2020-12-09 12:42:12 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2020-07-05 20:09:17 +02:00
node_modules
2020-12-09 12:42:12 +01:00
.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
2020-11-15 10:56:27 +01:00
.theia
2020-12-09 12:42:12 +01:00
.idea
# misc
.DS_Store