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