2020-12-09 12:42:12 +01:00
|
|
|
# dependencies
|
2020-07-05 20:09:17 +02:00
|
|
|
node_modules
|
2021-06-09 20:31:45 +02:00
|
|
|
.npm
|
2020-12-09 12:42:12 +01:00
|
|
|
|
2021-06-09 20:31:45 +02:00
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
2020-12-09 12:42:12 +01:00
|
|
|
|
|
|
|
# production
|
|
|
|
build
|
2022-02-19 18:30:29 +01:00
|
|
|
.swc
|
2021-06-09 20:31:45 +02:00
|
|
|
__pycache__
|
2021-06-25 11:27:23 +02:00
|
|
|
obj
|
|
|
|
bin
|
2021-09-28 23:58:00 +02:00
|
|
|
*.out
|
|
|
|
*.exe
|
2022-12-30 00:55:21 +01:00
|
|
|
target
|
2020-12-09 12:42:12 +01:00
|
|
|
|
2021-06-09 20:31:45 +02:00
|
|
|
# testing
|
|
|
|
coverage
|
2022-04-23 18:41:14 +02:00
|
|
|
.nyc_output
|
2020-12-09 12:42:12 +01:00
|
|
|
|
|
|
|
# editors
|
2020-09-29 15:04:50 +02:00
|
|
|
.vscode
|
2020-11-15 10:56:27 +01:00
|
|
|
.theia
|
2020-12-09 12:42:12 +01:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
2021-06-09 20:31:45 +02:00
|
|
|
temp
|
2021-06-29 17:35:54 +02:00
|
|
|
tmp
|