mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-10-29 22:17:23 +01:00
30 lines
205 B
Plaintext
30 lines
205 B
Plaintext
# dependencies
|
|
node_modules
|
|
.npm
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# production
|
|
build
|
|
.swc
|
|
__pycache__
|
|
obj
|
|
bin
|
|
*.out
|
|
*.exe
|
|
|
|
# testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# editors
|
|
.vscode
|
|
.theia
|
|
.idea
|
|
|
|
# misc
|
|
.DS_Store
|
|
temp
|
|
tmp
|