diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d89975c..0000000 --- a/.editorconfig +++ /dev/null @@ -1,24 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -insert_final_newline = true - -# Matches multiple files with brace expansion notation -# Set default charset -[*.*] -charset = utf-8 - -# Tab indentation (no size specified) -[Makefile] -indent_style = tab - -# Matches the files *.yml -[*.yml] -indent_style = space -indent_size = 2 - diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fe01782..0000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -# OS files -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db - -# Helm -charts/**/charts/ - -# Compose filesystem -/docker