0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-05-01 11:53:44 +03:00
nestjs-telegraf/.gitignore
2021-01-02 15:23:59 +03:00

30 lines
275 B
Plaintext

# lock
package-lock.json
yarn.lock
# dependencies
/node_modules
# IDE
/.idea
/.awcache
/.vscode
# misc
npm-debug.log
.DS_Store
# tests
/test
/coverage
/.nyc_output
# source
dist
# website
/website/.cache-loader
/website/.docusaurus
/website/build
/website/node_modules