mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
32 lines
356 B
Plaintext
32 lines
356 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# IDE
|
|
/.idea
|
|
/.awcache
|
|
/.vscode
|
|
|
|
# bundle
|
|
packages/**/*.d.ts
|
|
packages/**/*.js
|
|
|
|
# misc
|
|
.DS_Store
|
|
lerna-debug.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/**/npm-debug.log
|
|
/packages/**/.npmignore
|
|
/packages/**/LICENSE
|
|
|
|
# example
|
|
/quick-start
|
|
/example_dist
|
|
/example
|
|
|
|
# tests
|
|
/test
|
|
/benchmarks/memory
|
|
/coverage
|
|
/.nyc_output
|
|
build/config\.gypi |