FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/.gitignore at main · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
252
Pull requests
26
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (52 loc) · 977 Bytes
Breadcrumbs
angular-cli
/
.gitignore
Copy path
File metadata and controls
60 lines (52 loc) · 977 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
60
#
Outputs
bazel-
*
test-project-host-
*
dist
/
dist-schema
/
#
Yarn
.yarn
/
*
!
.yarn
/
patches
!
.yarn
/
plugins
!
.yarn
/
releases
!
.yarn
/
sdks
!
.yarn
/
versions
#
IDEs
jsconfig.json
#
Intellij IDEA/WebStorm
#
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
/
inspectionProfiles
/
.idea
/
**
/
compiler.xml
.idea
/
**
/
encodings.xml
.idea
/
**
/
workspace.xml
.idea
/
**
/
tasks.xml
.idea
/
**
/
usage.statistics.xml
.idea
/
**
/
dictionaries
.idea
/
**
/
shelf
#
Also ignore code styles because .editorconfig is used instead.
.idea
/
codeStyles
/
#
VSCode
#
https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
.vscode
/
*
!
.vscode
/
settings.json
!
.vscode
/
tasks.json
!
.vscode
/
launch.json
!
.vscode
/
extensions.json
**
/
*
.code-workspace
#
Typings file.
typings
/
#
Misc
coverage
/
node_modules
/
tmp
/
npm-debug.log
*
yarn-error.log
*
.ng_pkg_build
/
.ng-dev.log
.ng-dev.err
*
.log
.ng-dev.user
*
.husky
/
_
.bazelrc.user
.eslintcache
#
Mac OSX Finder files.
**
/
.DS_Store
.DS_Store
Back
|
FazBrowse Home
|
New Git URL