mirror of
https://github.com/github/gitignore
synced 2025-06-27 09:09:57 +02:00
Update Angular.gitignore
This commit is contained in:
parent
6436b09caf
commit
6578d74599
@ -1,94 +1,28 @@
|
|||||||
# Angular
|
# Angular specific
|
||||||
# Build output
|
|
||||||
/dist/
|
/dist/
|
||||||
/out-tsc/
|
/out-tsc/
|
||||||
/tmp/
|
/tmp/
|
||||||
/coverage/
|
/coverage/
|
||||||
/e2e/test-output/
|
/e2e/test-output/
|
||||||
/.angular/
|
/.angular/
|
||||||
|
.angular/
|
||||||
|
|
||||||
# Node modules
|
# Node modules and dependency files
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
|
||||||
# Dependency directories
|
|
||||||
/.npm/
|
|
||||||
/.yarn/
|
|
||||||
|
|
||||||
# Package lock and yarn lock files
|
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
|
|
||||||
# Environment files
|
# Environment files
|
||||||
/.env
|
/.env
|
||||||
|
|
||||||
# TypeScript cache files
|
# Angular CLI and build artefacts
|
||||||
|
/.angular-cli.json
|
||||||
|
/.ng/
|
||||||
|
|
||||||
|
# TypeScript cache
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
|
||||||
# Debug log files
|
# Logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# IDE directories and files
|
|
||||||
/.idea/
|
|
||||||
/.vscode/
|
|
||||||
/project-folder/.idea/
|
|
||||||
/project-folder/.vscode/
|
|
||||||
|
|
||||||
# OS-specific files
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
*.bak
|
|
||||||
*.swp
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Build artifacts from Angular CLI
|
|
||||||
/.angular-cli.json
|
|
||||||
.angular/
|
|
||||||
|
|
||||||
# Angular CLI cache
|
|
||||||
/.ng/
|
|
||||||
|
|
||||||
# VS Code settings
|
|
||||||
.vscode/settings.json
|
|
||||||
|
|
||||||
# System files
|
|
||||||
*.sublime-workspace
|
|
||||||
*.sublime-project
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
/logs
|
|
||||||
/debug.log
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Temporary files from editor or operating system
|
|
||||||
*~.nfs*
|
|
||||||
|
|
||||||
# JetBrains IDE (e.g., WebStorm) files
|
|
||||||
/.idea/
|
|
||||||
|
|
||||||
# End-to-end testing
|
|
||||||
/cypress/
|
|
||||||
|
|
||||||
# Firebase hosting files
|
|
||||||
firebase.json
|
|
||||||
|
|
||||||
# Jest snapshot files
|
|
||||||
*.snap
|
|
||||||
|
|
||||||
# Webpack config
|
|
||||||
webpack.config.js
|
|
||||||
webpack.prod.js
|
|
||||||
webpack.dev.js
|
|
||||||
|
|
||||||
# Coverage output directory
|
|
||||||
/coverage/
|
|
||||||
|
|
||||||
# Test files
|
|
||||||
*.spec.ts
|
|
||||||
*.test.ts
|
|
||||||
|
|
||||||
# Miscellaneous
|
|
||||||
/.angular/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user