mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Create Angular.gitignore
This commit is contained in:
parent
76739a38b5
commit
6436b09caf
94
Angular.gitignore
Normal file
94
Angular.gitignore
Normal file
@ -0,0 +1,94 @@
|
||||
# Angular
|
||||
# Build output
|
||||
/dist/
|
||||
/out-tsc/
|
||||
/tmp/
|
||||
/coverage/
|
||||
/e2e/test-output/
|
||||
/.angular/
|
||||
|
||||
# Node modules
|
||||
/node_modules/
|
||||
|
||||
# Dependency directories
|
||||
/.npm/
|
||||
/.yarn/
|
||||
|
||||
# Package lock and yarn lock files
|
||||
/package-lock.json
|
||||
/yarn.lock
|
||||
|
||||
# Environment files
|
||||
/.env
|
||||
|
||||
# TypeScript cache files
|
||||
*.tsbuildinfo
|
||||
|
||||
# Debug log files
|
||||
npm-debug.log*
|
||||
yarn-debug.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…
Reference in New Issue
Block a user