-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 841 Bytes
/
.gitignore
File metadata and controls
53 lines (44 loc) · 841 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.idea/**
.idea/workspace.xml
/.idea/compiler.xml
/.idea/workspace.xml
/.idea/
target/
/gc.log
/**/*.iml
/vuu-book/src/.DS_Store
.DS_Store
.bloop/**
.metals/**
.vscode/**
node_modules
yarn-debug.log*
yarn-error.log*
.showcase/
.showcase/**
/vuu-ui/showcase/src/examples/**/*.js
/vuu-ui/cypress/screenshots
/vuu-ui/themes/tar-theme
deployed_apps
dist
# Docusaurus generated folders
website/translated_docs/
website/build/
website/i18n/
website/.docusaurus/
website/package-lock.json
website-desktop/translated_docs/
website-desktop/build/
website-desktop/i18n/
website-desktop/.docusaurus/
website-desktop/package-lock.json
# Generated docs
docs/contributing.md
vuu-ui/packages/vuu-data-remote/src/inlined-worker.js
# Ignite temp files
**/ignite/work/
**/ignite/README.txt
**/dependency-reduced-pom.xml
#JFR
*.jfr
.profileconfig.json