Gitの設定を変更

This commit is contained in:
2024-09-04 21:23:54 +09:00
parent 524d9d4a6e
commit d754dbe836
2 changed files with 12 additions and 10 deletions

11
.gitattributes vendored
View File

@@ -1,5 +1,10 @@
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.go* text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.git* text eol=lf
*.mod text eol=lf
*.sh text eol=lf
*.sum text eol=lf
*.yml text eol=lf
License text eol=lf

7
.gitignore vendored
View File

@@ -1,5 +1,2 @@
!repos
!package.sh
!README.md
!.gitlab-ci.yml
!.gitignore
.env
_target_*