From 7a9b00af54df9347cb1faec490be58cb691970c0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 17 Jul 2023 13:19:34 +0300 Subject: [PATCH] added basic repo cofiguration... Signed-off-by: Alex A. Naanou --- .editorconfig | 7 +++++++ .gitignore | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9206098 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[**] +indent_style = tab +tab_width = 4 +charset = utf-8 +end_of_line = lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..350d343 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.gitignore +*.pem +*.sw[po] +*.py[co] +build +Session.vim +*.bak +*.dll +*.exe +*.pak +*.dat +*.zip +node_modules +targets +*.egg-info