mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
29 lines
376 B
Plaintext
29 lines
376 B
Plaintext
# dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# IDE
|
|
/.idea
|
|
/.awcache
|
|
/.vscode
|
|
|
|
# misc
|
|
lerna-debug.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/src/common/npm-debug.log
|
|
/src/core/npm-debug.log
|
|
/src/testing/npm-debug.log
|
|
/src/microservices/npm-debug.log
|
|
/src/websockets/npm-debug.log
|
|
|
|
# example
|
|
/quick-start
|
|
/example_dist
|
|
/example
|
|
|
|
# tests
|
|
/test
|
|
/coverage
|
|
/.nyc_output
|
|
build/config\.gypi |