-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (69 loc) · 1.76 KB
/
.gitignore
File metadata and controls
79 lines (69 loc) · 1.76 KB
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
.DS_Store
node_modules
!packages/agent-cli/test/**/node_modules
npm-debug.log
.history
.idea
**/build/
**/dist/
build-old/
out/
dependencyGraph.json
source/_meta/_head.mustache
source/_meta/_foot.mustache
!e2e/.env
.env
**/*/.env
# vim files
*.swp
*.swo
tags
ctags.tmp
[._]*.un~
packages/components/src/**/*.css
packages/components/src/**/*.css.map
/output/**/src
/output/**/dist
/output/**/playwright*
/output/**/test-results
/showcases/**/results
/build-showcases/
/build-outputs/
!/build-outputs/package.json
.cache
**/playwright-report
/.parcel-cache/
/output/docs.json
showcases/patternhub/public/iframe-resizer/*
**/test-results/
**/recordings/
/__snapshots__/**/*-win32.png
/packages/foundations/scss/_normalize.scss
/packages/foundations/assets/fallback-icons
/packages/foundations/assets/icons/tmp/
/packages/foundations/assets/icons/fonts/**/index.html
/packages/foundations/assets/icons/fonts/**/symbol.html
/packages/foundations/assets/icons/fonts/**/unicode.html
/packages/foundations/assets/icons/fonts/**/index.css
/packages/foundations/assets/icons/fonts/**/font-face.css
/packages/foundations/assets/icons/fonts/**/info.json
/packages/foundations/assets/icons/fonts/**/*.eot
/packages/foundations/assets/icons/fonts/**/*.svg
/packages/foundations/assets/icons/fonts/**/*.ttf
/packages/foundations/assets/icons/fonts/**/*.woff
/packages/foundations/assets/icons/fonts/**/*.json
/packages/foundations/assets/icons/functional/**
/output/stencil/.stencil
/output/stencil/loader
/output/stencil/www
**/.angular
/scripts/public/
/scripts/gh-pages.tar.gz
!/scripts/tests/fixtures/out
/output/**/docs/
/output/**/agent/
/packages/agent-cli/test/**/.github/copilot-instructions.md
/packages/agent-cli/test/**/.amazonq/rules/db-ux.md
/core-web.iml
/build-storybooks/
**/blob-report