Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
logwire-bo-persistence
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-persistence
Commits
657d18ca
Commit
657d18ca
authored
Nov 30, 2020
by
薛涛 Toby Xue
🆒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git file
parent
b192f440
Pipeline
#4018
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
0 deletions
+93
-0
.gitattributes
.gitattributes
+46
-0
.gitignore
.gitignore
+47
-0
No files found.
.gitattributes
0 → 100644
View file @
657d18ca
# 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 @
657d18ca
.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
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