-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy path.gitignore
68 lines (62 loc) · 1.21 KB
/
.gitignore
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
# Maven
target
# Intellij
*.iml
*.iws
.idea
# Eclipse
.classpath
.project
.settings/
.asciidoctor
diag-*.png
generated-*.png
work
.node
#package-lock.json
node_modules
dist
.p2localrepository
.cache
travis_wait_*.log
.blackduck
yarn-error.log
npm-error.log
yarn-debug.log
npm-debug.log
component-form/component-form-demo/src/main/frontend/build/
documentation/src/main/frontend/.antora-cache
dependency-reduced-pom.xml
rebuild.bat
.cache-loader
.factorypath
.vscode
.sourceclear
coverage
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# generated from the filtered version
# component-starter-server/src/main/frontend/package.json
# component-tools-webapp/src/main/frontend/package.json
documentation/src/main/frontend/package.json
documentation/src/main/antora/site.yml
documentation/src/main/antora/site-dev.yml
documentation/src/main/antora/site-dev-poc.yml
documentation/src/main/frontend/algolia/config.json
documentation/rebuild.bat
documentation/rebuild_newUI.bat
documentation/rebuild_refresh_generated_pages.bat
documentation/generate-index.bat
documentation/rebuild_front.bat
documentation/rebuildpdf.bat
# release process
.build/
.build_source/
# direnv
.envrc
.env
*.versionsBackup