Skip to content

Commit 2143045

Browse files
committed
DDF-6012 initial DDF Admin UI repo
1 parent c04ec1d commit 2143045

File tree

426 files changed

+520
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+520
-446
lines changed

.gitignore

+42-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
1-
src/main/resources/webapp
2-
packages/codice-icons/icons
1+
*.project
2+
*.settings
3+
*.classpath
4+
*.metadata
5+
*.iml
6+
*.idea
7+
*.checkstyle
8+
*.DS_Store
9+
.history
10+
jsconfig.json
11+
.vscode/
12+
node_modules/
13+
node/
14+
lerna-debug.log
15+
npm-debug.log
16+
yarn-error.log
17+
package-lock.json
18+
atlassian-ide-plugin.xml
19+
*.sonar-ide.properties
20+
**/webapp/css/styles.css
21+
platform/solr/**/overlays
22+
distribution/docs/src/main/resources/content/**/.asciidoctor
23+
distribution/docs/src/main/resources/content/**/*.png
24+
**/bin
25+
*.factorypath
26+
# JMeter Related files to ignore
27+
jmeter.log
28+
*.jmx.log
29+
*.jtl
30+
31+
# Maven Ignores (https://raw.githubusercontent.com/github/gitignore/master/Maven.gitignore)
32+
target/
33+
pom.xml.tag
34+
pom.xml.releaseBackup
35+
pom.xml.versionsBackup
36+
pom.xml.next
37+
release.properties
38+
dependency-reduced-pom.xml
39+
buildNumber.properties
40+
.mvn/timing.properties
41+
coverage/
42+
.nyc_output

pom.xml

+12-444
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

ui/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/main/resources/webapp
2+
packages/codice-icons/icons
File renamed without changes.

README.md renamed to ui/README.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)