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