mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
21 lines
159 B
Plaintext
21 lines
159 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# IDE
|
|
/.idea
|
|
/.awcache
|
|
/.vscode
|
|
|
|
# misc
|
|
npm-debug.log
|
|
|
|
# example
|
|
/quick-start
|
|
|
|
# tests
|
|
/test
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# dist
|
|
/dist |