32 lines
284 B
Plaintext
32 lines
284 B
Plaintext
# Source files
|
|
src/
|
|
*.ts
|
|
!*.d.ts
|
|
|
|
# Development files
|
|
tsconfig.*.json
|
|
ng-package.json
|
|
karma.conf.js
|
|
*.spec.ts
|
|
|
|
# Build files
|
|
node_modules/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|