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

28 lines
188 B
Plaintext

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