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