Skip to content

Commit

Permalink
更新 .gitattributes 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Apr 26, 2020
1 parent 1fcd0dc commit 1069c1f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# convert to lf on checkout.
*.go text eol=lf
*.mod text eol=lf
*.sum text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.conf text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# ide
.idea/
*.iml
.vscode/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ func main() {

### 📖 参考案例

* 开发中...
* [basic](./_examples/basic.go)
* [cache_value](./_examples/cache_value.go)

_更多使用案例请查看 [_examples](./_examples) 目录。_

Expand Down

0 comments on commit 1069c1f

Please sign in to comment.