From 2f31fc0da82c65123c507ba08ead3cb85c3f6547 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Thu, 4 Sep 2025 21:42:46 +0200 Subject: [PATCH] remove .gitignore and .editorconfig --- .editorconfig | 24 ------------------------ .gitignore | 14 -------------- 2 files changed, 38 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .gitignore 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