Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
logwire-bo-sdk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
薛涛 Toby Xue
logwire-bo-sdk
Commits
7d333860
Commit
7d333860
authored
Nov 09, 2020
by
薛涛 Toby Xue
🆒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
106 additions
and
0 deletions
+106
-0
.gitattributes
.gitattributes
+47
-0
.gitignore
.gitignore
+47
-0
pom.xml
pom.xml
+12
-0
No files found.
.gitattributes
0 → 100644
View file @
7d333860
# Set the default behavior, in case people don't have core.autocrlf set.
# Must be the first line in the .gitattributes file
* text=auto
# Declare files that will always have LF line endings on commit and checkout.
*.java eol=lf
*.js eol=lf
*.vue eol=lf
*.json eol=lf
*.css eol=lf
*.scss eol=lf
*.properties eol=lf
*.xml eol=lf
*.xsd eol=lf
*.ftl eol=lf
*.html eol=lf
*.sh eol=lf
*.conf eol=lf
*.logrotate eol=lf
*.py eol=lf
*.md eol=lf
*.adoc eol=lf
*.txt eol=lf
*.yml eol=lf
.gitignore eol=lf
.gitattributes eol=lf
# Declare files that will always have CRLF line endings on commit and checkout.
*.bat eol=crlf
*.cmd eol=crlf
# Denote all files that are truly binary and should not be modified.
*.jar binary
*.exe binary
*.jpg binary
*.png binary
*.eot binary
*.svg binary
*.ttf binary
*.woff binary
*.woff2 binary
\ No newline at end of file
.gitignore
0 → 100644
View file @
7d333860
.flattened-pom.xml
/target/
!.mvn/wrapper/maven-wrapper.jar
logs/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### Others ###
.DS_Store
*/.DS_Store
target
transaction-logs
/*.xsd
.*#
/document
/logs
/bin/
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/frontend-maven-plugin-install
.gitlab-ci.yml
pom.xml
0 → 100644
View file @
7d333860
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
logwire
</groupId>
<artifactId>
logwire-bo-sdk
</artifactId>
<version>
1.0
</version>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment