forked from Talend/component-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (46 loc) · 1 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
# Maven
target
# Intellij
*.iml
*.iws
.idea
# Eclipse
.classpath
.project
.settings/
.asciidoctor
diag-*.png
generated-*.png
work
.node
package-lock.json
yarn.lock
node_modules
dist
.p2localrepository
.cache
travis_wait_*.log
.blackduck
yarn-error.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
# 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