Skip to content

Commit d89a856

Browse files
committed
feat: frontend docker-file
1 parent c400467 commit d89a856

File tree

1,227 files changed

+37
-98903
lines changed

Some content is hidden

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

1,227 files changed

+37
-98903
lines changed

.env.example

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ body:
88
label: Before Creating the Bug Report
99
options:
1010
- label: >
11-
I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/mdgspace/activity-leaderboard-backend/discussions).
11+
I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/mdgspace/Tracer/discussions).
1212
required: true
1313
- label: >
14-
I have searched the [GitHub Issues](https://github.com/mdgspace/activity-leaderboard-backend/issues) and [GitHub Discussions](https://github.com/mdgspace/activity-leaderboard-backend/discussions) of this repository and believe that this is not a duplicate.
14+
I have searched the [GitHub Issues](https://github.com/mdgspace/Tracer/issues) and [GitHub Discussions](https://github.com/mdgspace/Tracer/discussions) of this repository and believe that this is not a duplicate.
1515
required: true
1616
- label: >
1717
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
blank_issues_enabled: false
44
contact_links:
55
- name: Ask Question
6-
url: https://github.com/mdgspace/activity-leaderboard-backend/discussions
6+
url: https://github.com/mdgspace/Tracer/discussions
77
about: Please go to GitHub Disccusions to ask questions

.github/ISSUE_TEMPLATE/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ body:
88
attributes:
99
label: Search before creation
1010
description: >
11-
Please make sure to search in the [issues](https://github.com/mdgspace/activity-leaderboard-backend/issues)
11+
Please make sure to search in the [issues](https://github.com/mdgspace/Tracer/issues)
1212
first to see whether the same issue was reported already.
1313
options:
1414
- label: >
15-
I had searched in the [issues](https://github.com/mdgspace/activity-leaderboard-backend/issues) and found
15+
I had searched in the [issues](https://github.com/mdgspace/Tracer/issues) and found
1616
no similar issues.
1717
required: true
1818

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
HELP.md
22

3-
target/
3+
target
4+
5+
.m2
6+
7+
bin
48

59
!.mvn/wrapper/maven-wrapper.jar
610

711
!**/src/main/**/target/
812

913
!**/src/test/**/target/
1014

15+
**.jpeg
16+
**.png
17+
**.jpg
1118
### STS ###
1219

1320
.apt_generated

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)