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

27 lines
185 B
Plaintext
Raw Normal View History

2021-10-24 04:06:16 +02:00
# dependencies
node_modules
.npm
# production
build
# testing
coverage
# envs
.env
.env.production
# debug
npm-debug.log*
# editors
.vscode
.theia
.idea
# misc
.DS_Store
tmp
temp