FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
webcomponents/.gitignore at main · UI5/webcomponents · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
UI5
/
webcomponents
Public
Notifications
You must be signed in to change notification settings
Fork
285
Star
1.8k
Code
Issues
185
Pull requests
41
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
webcomponents
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
108 lines (88 loc) · 2.55 KB
Breadcrumbs
webcomponents
/
.gitignore
Copy path
File metadata and controls
108 lines (88 loc) · 2.55 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#
Ignore .gitignore, target, dist and tmp folders
.gitignore
!
packages
/
create-package
/
template
/
.gitignore
!
packages
/
website
/
.gitignore
dist
**
/
src
/
generated
**
/
test
/
test-elements
/
generated
.dev-server-port
#
Code coverage
coverage
.nyc_output
#
Cypress internal logs
cypress-logs
cypress
/
screenshots
cypress
/
videos
#
Claude
.claude
/
playwright-
*
.playwright-mcp
/
#
scoping feature generated entry points for vite consumption
packages
/
compat
/
test
/
pages
/
scoped
packages
/
main
/
test
/
pages
/
scoped
packages
/
fiori
/
test
/
pages
/
scoped
packages
/
ai
/
test
/
pages
/
scoped
#
Ignore npm files/folders
node_modules
npm-debug.log
#
Ignore Mac files
.DS_Store
#
Ignore Visual Studio project and settings files
*
.sln
*
.suo
web.config
/
.user.project.json
/
sap-ui-cachebuster-info.json
#
Ignore Visual Studio Code project and settings files
.vscode
/
.idea
/
#
Ignore yarn v1 files
yarn-error.log
*
yarn-debug.log
*
.yarn-integrity
#
yarn 4 non-zero installs
.pnp.
*
.yarn
/
*
!
.yarn
/
patches
!
.yarn
/
plugins
!
.yarn
/
releases
!
.yarn
/
sdks
!
.yarn
/
versions
#
Playground
packages
/
playground
/
_site
/
packages
/
playground
/
.sass-cache
/
packages
/
playground
/
assets
/
js
/
ui5-webcomponents
/
packages
/
playground
/
docs
/
components
!
packages
/
playground
/
docs
/
components
/
component.md
packages
/
playground
/
docs
/
documentation
!
packages
/
playground
/
docs
/
documentation
/
documentation.md
packages
/
playground
/
docs
/
tutorials
!
packages
/
playground
/
docs
/
tutorials
/
tutorials.md
packages
/
playground
/
docs
/
pages
/
content
/
main
/
*
packages
/
playground
/
docs
/
pages
/
content
/
fiori
/
*
packages
/
playground
/
docs
/
advanced
packages
/
playground
/
docs
/
contributing
/
packages
/
playground
/
docs
/
customizing
/
packages
/
playground
/
docs
/
development
/
packages
/
playground
/
docs
/
frameworks
/
packages
/
playground
/
docs
/
getting-started
/
packages
/
playground
/
docs
/
FAQ.md
#
Ignore the generated storybook related files
packages
/
playground
/
_stories
/
**
/
*
/
argTypes.ts
packages
/
playground
/
_stories
/
**
/
*
/
*
Overview.mdx
packages
/
playground
/
_stories
/
**
/
Enums.mdx
packages
/
playground
/
_stories
/
**
/
Interfaces.mdx
packages
/
playground
/
.storybook
/
custom-elements.json
packages
/
playground
/
docs
/
storybook
/
**
/
*
packages
/
playground
/
docs
/
storybook-pages
/
**
/
*
!
packages
/
playground
/
docs
/
storybook-pages
/
.gitkeep
packages
/
playground
/
public
/
sitemap.xml
packages
/
main
/
test
/
pages
/
fix.js
packages
/
fiori
/
test
/
pages
/
fix.js
#
coming from main and fiori bundles for the test pages
packages
/
playground
/
assets
/
*
.js
packages
/
playground
/
assets
/
*
.png
packages
/
playground
/
assets
/
*
.jpg
packages
/
playground
/
assets
/
*
.gif
packages
/
playground
/
assets
/
*
.css
packages
/
playground
/
assets
/
test
/
pages
/
*
.css
packages
/
playground
/
assets
/
test
/
pages
/
*
.js
Back
|
FazBrowse Home
|
New Git URL