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/**