2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 21:00:11 +02:00
api/.gitignore

39 lines
374 B
Plaintext
Raw Normal View History

2021-10-24 04:06:16 +02:00
# dependencies
node_modules
.npm
# production
build
2022-01-13 17:33:16 +01:00
.swc
2021-10-24 04:06:16 +02:00
# testing
coverage
.nyc_output
2021-10-24 04:06:16 +02:00
# envs
.env
.env.production
# debug
npm-debug.log*
2021-10-24 04:18:18 +02: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
2021-10-24 04:06:16 +02:00
# misc
.DS_Store
2022-08-29 18:10:17 +02:00
*.hbs