From 838f64017f18f2bb070e0cdf518152d3bc4c1d85 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 May 2023 11:02:45 +1200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 6 ++++++ .gitignore | 15 +++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c651587 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ + + + [*] + end_of_line = lf + indent_style = tab + tab_width = 4 diff --git a/.gitignore b/.gitignore index f688cc7..3716c41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ + +**/*_ +**/.#* **/0* **/1* **/2* @@ -8,9 +11,13 @@ **/7* **/8* **/9* + +**/*.log* +**/*log **/LOG* -**/*_ - -outer/* -secret/* +cache/** +data/** +old/** +outer/** +secret/**