mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 23:44:39 +03:00
24 lines
173 B
Plaintext
24 lines
173 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# IDE
|
|
/.idea
|
|
/.awcache
|
|
/.vscode
|
|
|
|
# misc
|
|
npm-debug.log
|
|
.DS_Store
|
|
|
|
# tests
|
|
/test
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# source
|
|
dist
|
|
|
|
# docs
|
|
.vitepress/cache
|
|
|