1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/.gitignore
Divlo 9a700a0220
fix(challenges): update consecutive-numbers
A little bit harder by having as input consecutive numbers needed to consider
2021-06-29 17:35:54 +02:00

26 lines
176 B
Plaintext

# dependencies
node_modules
.npm
# debug
npm-debug.log*
# production
build
__pycache__
obj
bin
# testing
coverage
# editors
.vscode
.theia
.idea
# misc
.DS_Store
temp
tmp