FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/.gitignore at main · angular/angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular
Public
Notifications
You must be signed in to change notification settings
Fork
27.4k
Star
101k
Code
Issues
986
Pull requests
157
Discussions
Actions
Projects
Security and quality
29
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (46 loc) · 878 Bytes
Breadcrumbs
angular
/
.gitignore
Copy path
File metadata and controls
59 lines (46 loc) · 878 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.DS_STORE
/
dist
/
/
bazel-out
/
integration
/
bazel
/
bazel-
*
*
.log
node_modules
/
modules
/
ssr-benchmarks
/
node_modules
/
#
Include when developing application packages.
pubspec.lock
.c9
.idea
/
.devcontainer
/
*
!
.devcontainer
/
README.md
!
.devcontainer
/
recommended-devcontainer.json
!
.devcontainer
/
recommended-Dockerfile
.settings
/
.vscode
/
settings.json
*
.swo
*
.swp
modules
/
.settings
modules
/
.vscode
.vimrc
.nvimrc
#
Don't check in secret files
*
secret.js
#
Ignore npm/yarn debug log
npm-debug.log
yarn-error.log
#
build-analytics
.build-analytics
#
rollup-test output
/
modules
/
rollup-test
/
dist
/
#
User specific bazel settings
.bazelrc.user
#
User specific ng-dev settings
.ng-dev.user
*
.notes.md
baseline.json
#
Ignore .history for the xyz.local-history VSCode extension
.history
#
Husky
.husky
/
_
#
Ignore cache created with the Angular CLI.
.angular
/
#
pnpm store
.pnpm-store
Back
|
FazBrowse Home
|
New Git URL