From d754dbe8366e18725eea83163d9bbf2ff625d918 Mon Sep 17 00:00:00 2001 From: AoiKamishiro Date: Wed, 4 Sep 2024 21:23:54 +0900 Subject: [PATCH] =?UTF-8?q?Git=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 15 ++++++++++----- .gitignore | 7 ++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 832000b..6f21b95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,10 @@ -*.json text eol=lf -*.sh text eol=lf -*.yml text eol=lf -*.md text eol=lf -*.git* text eol=lf \ No newline at end of file +*.gitattributes text eol=lf +*.gitignore text eol=lf +*.go* text eol=lf +*.json text eol=lf +*.md text eol=lf +*.mod text eol=lf +*.sh text eol=lf +*.sum text eol=lf +*.yml text eol=lf +License text eol=lf diff --git a/.gitignore b/.gitignore index 1f06f70..e88650a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -!repos -!package.sh -!README.md -!.gitlab-ci.yml -!.gitignore +.env +_target_* \ No newline at end of file