Commit 657d18ca authored by 薛涛 Toby Xue's avatar 薛涛 Toby Xue 🆒

git file

parent b192f440
Pipeline #4018 canceled with stages
# 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
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