2020-12-28 16:49:31 +01:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
2021-03-08 14:33:53 +01:00
|
|
|
.npm
|
2020-12-28 16:49:31 +01:00
|
|
|
|
|
|
|
# production
|
|
|
|
build
|
2022-02-18 17:20:59 +01:00
|
|
|
.swc
|
2020-12-28 16:49:31 +01:00
|
|
|
|
|
|
|
# testing
|
|
|
|
coverage
|
2022-04-07 10:11:48 +02:00
|
|
|
.nyc_output
|
2020-12-28 16:49:31 +01:00
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
|
2022-02-18 17:20:59 +01:00
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
2020-12-28 16:49:31 +01:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|