diff --git a/.gitattributes b/.gitattributes index 0cfb376..a0717e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,18 +1 @@ -*.sh text eol=lf -server text eol=lf -server.* text eol=lf -#assemblies/*/src/*/resources/** auto eol=lf - -*.crp -text -*.ico -text -*.jpg -text -*.png -text -*.jpeg -text -*.lnk -text -*.gz -text -*.bz2 -text -*.xz -text -*.tar -text - -*.bat text eol=crlf -*.vcproj text eol=crlf +*.go text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index d2b20a6..a9df219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,38 +1,3 @@ -# Maven -target/ - -# Checkstyle -.checkstyle - -# PMD -.pmd - -# Eclipse -.classpath -.project -.settings/ - -# IntelliJ +**/log/ .idea/ -*.iml -*.iws - -# Mac -.DS_Store - -# Go -*.log -*.*~ -*.exe -things.db -**/logs/ -cloudagent_coverage.out -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ +.vscode/ \ No newline at end of file