diff --git a/.editorconfig b/.editorconfig index 8b56c7d..ce78ab7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Check out EditorConfig at: https://editorconfig.org +# Configuration file for EditorConfig (https://editorconfig.org) root=true diff --git a/.gitattributes b/.gitattributes index 25a6d81..9d48b7a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +# Configuration file for git (https://git-scm.com/docs/gitattributes) + * text=auto gremlins.min.js -diff diff --git a/.github/codeql.yml b/.github/codeql.yml index e4e48f6..22ff28c 100644 --- a/.github/codeql.yml +++ b/.github/codeql.yml @@ -1,4 +1,4 @@ -# Check out CodeQL at: https://codeql.github.com/ +# Configuration file for CodeQL (https://codeql.github.com/) name: ades CodeQL config diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2bba81..5b76552 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Check out Dependabot at: https://github.com/dependabot +# Configuration file for Dependabot (https://github.com/dependabot) version: 2 updates: diff --git a/.gitignore b/.gitignore index 6489ceb..ef24493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Ignore file for git (https://git-scm.com/docs/gitignore) + /* # GitHub diff --git a/.wrapcheck.yml b/.wrapcheck.yml index 12d7377..db195d7 100644 --- a/.wrapcheck.yml +++ b/.wrapcheck.yml @@ -1,4 +1,4 @@ -# Check out Wrapcheck at: https://github.com/tomarrell/wrapcheck +# Configuration file for Wrapcheck (https://github.com/tomarrell/wrapcheck) ignorePackageGlobs: - gopkg.in/yaml.v3