2
1
mirror of https://github.com/Thream/api.git synced 2024-07-04 03:40:12 +02:00
api/.gitignore
2022-08-29 16:10:17 +00:00

39 lines
374 B
Plaintext

# dependencies
node_modules
.npm
# production
build
.swc
# testing
coverage
.nyc_output
# envs
.env
.env.production
# debug
npm-debug.log*
# 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
# misc
.DS_Store
*.hbs