All checks were successful
Dev Build / build-test (pull_request) Successful in 1m57s
33 lines
308 B
Plaintext
33 lines
308 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
|
|
# Build output (rebuilt in container)
|
|
dist/
|
|
out-tsc/
|
|
|
|
# Angular cache
|
|
.angular/cache/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-workspace
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Misc
|
|
coverage/
|
|
tmp/
|
|
*.log |