FormBuilder/.npmignore

31 lines
314 B
Plaintext

# Source files
src/
*.ts
!*.d.ts
# Config files
tsconfig*.json
ng-package.json
angular.json
.angular/
.git/
.gitignore
# Development files
**/*.spec.ts
**/*.spec.js
test/
tests/
spec/
# Documentation (keep only README.md and LICENSE)
docs/
*.md
!README.md
# Build artifacts
node_modules/
dist/
build/
out-tsc/