Files
nest/.npmignore
2022-11-07 15:40:40 +01:00

15 lines
143 B
Plaintext

# source
**/*.ts
*.ts
# definitions
!**/*.d.ts
!*.d.ts
# configuration
package-lock.json
tslint.json
tsconfig.json
.prettierrc
*.tsbuildinfo