Skip to content

Commit 293a6a5

Browse files
committed
chore(git): Setup git files
1 parent fdf4973 commit 293a6a5

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto
2+
*.bat text eol=crlf
3+
*.ps1 text eol=crlf
4+
*.sh text eol=lf
5+
mvnw text eol=lf
6+
mvnwDebug text eol=lf

.gitbugtraq

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[bugtraq "GitHub Issues"]
2+
url = https://github.com/jeffjensen/java-service-archetype/issues/%BUGID%
3+
loglinkregex = Refs: \\d+
4+
logregex = \\d+

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
target
2+
13
# Compiled class file
24
*.class
35

0 commit comments

Comments
 (0)