added basic repo cofiguration...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-07-17 13:19:34 +03:00
parent f4b6bf070b
commit 7a9b00af54
2 changed files with 22 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[**]
indent_style = tab
tab_width = 4
charset = utf-8
end_of_line = lf

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
.gitignore
*.pem
*.sw[po]
*.py[co]
build
Session.vim
*.bak
*.dll
*.exe
*.pak
*.dat
*.zip
node_modules
targets
*.egg-info