Skip to content

Commit 377d149

Browse files
Merge pull request #6 from DeceptivelySimpleTechnologies/AAF-41-Create-System-Data-Service-(SDS)
AAF-41 Create System Data Service (SDS)
2 parents e4ba1c8 + 8b50966 commit 377d149

File tree

91 files changed

+5060
-918
lines changed

Some content is hidden

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

91 files changed

+5060
-918
lines changed

README.md

Lines changed: 84 additions & 25 deletions
Large diffs are not rendered by default.

SystemDataService/.dockerignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore all files in the root directory
2+
*
3+
# Include the src directory
4+
!src/
5+
# Include the pom.xml file
6+
!pom.xml
7+
# Include the target directory and its contents
8+
!target/

SystemDataService/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/mvnw text eol=lf
2+
*.cmd text eol=crlf

0 commit comments

Comments
 (0)