Commit 7d333860 authored by 薛涛 Toby Xue's avatar 薛涛 Toby Xue 🆒

init

parents
# 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
.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
<?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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment