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

25 lines
172 B
Plaintext
Raw Normal View History

2020-12-09 12:42:12 +01:00
# dependencies
2020-07-05 20:09:17 +02:00
node_modules
.npm
2020-12-09 12:42:12 +01:00
# debug
npm-debug.log*
2020-12-09 12:42:12 +01:00
# production
build
__pycache__
2021-06-25 11:27:23 +02:00
obj
bin
2020-12-09 12:42:12 +01:00
# testing
coverage
2020-12-09 12:42:12 +01:00
# editors
.vscode
2020-11-15 10:56:27 +01:00
.theia
2020-12-09 12:42:12 +01:00
.idea
# misc
.DS_Store
temp