Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
1095071913 committed Mar 3, 2023
1 parent 131171c commit 7cc18ea
Show file tree
Hide file tree
Showing 266 changed files with 421 additions and 2,998 deletions.
53 changes: 0 additions & 53 deletions .circleci/config.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .codecov.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

62 changes: 35 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
# IntelliJ project files
.idea/
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# IDEA project environment #
*.iml
out
gen

# Visual Studio Code
.history/

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
!/.mvn/wrapper/maven-wrapper.jar

# Eclipse
.classpath
.settings/
.idea

# Eclipse project environment #
.settings
.project
bin/
.classpath
.factorypath
.springBeans
target

# System related
*.DS_Store
Thumbs.db
# Spring Tool Suits project environment #
.sts4-cache
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

73 changes: 0 additions & 73 deletions CODE_OF_CONDUCT.md

This file was deleted.

80 changes: 0 additions & 80 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
Loading

0 comments on commit 7cc18ea

Please sign in to comment.