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

31 lines
212 B
Plaintext

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