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

31 lines
212 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
2022-02-19 18:30:29 +01:00
.swc
__pycache__
2021-06-25 11:27:23 +02:00
obj
bin
*.out
*.exe
2022-12-30 00:55:21 +01:00
target
2020-12-09 12:42:12 +01:00
# testing
coverage
.nyc_output
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
tmp