-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (37 loc) · 798 Bytes
/
.gitignore
File metadata and controls
38 lines (37 loc) · 798 Bytes
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
.env
.idea
.vscode
# Yarn v4 (Berry)
.yarn/*
install-state.gz
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!/vendor/**
!.vscode/settings.json
.DS_Store
cypress-a11y-report.json
/bin
/gopath
/Godeps/_workspace/src/github.com/openshift/console
/frontend/.cache-loader
/frontend/.puppeteer
/frontend/.webpack-cycles
/frontend/__coverage__
/frontend/__chrome_browser__
/frontend/**/node_modules
/frontend/**/npm-debug.log
/frontend/**/yarn-error.log
/frontend/**/dist
/frontend/@types/console/generated
/frontend/gui_test_screenshots
/frontend/package-lock.json
/frontend/po-files
/dynamic-demo-plugin/**/node_modules
/dynamic-demo-plugin/**/npm-debug.log
/dynamic-demo-plugin/**/yarn-error.log
/dynamic-demo-plugin/**/dist
**/.claude/settings.local.json
**/chartstore-*/