added basic repo cofiguration...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f4b6bf070b
commit
7a9b00af54
7
.editorconfig
Normal file
7
.editorconfig
Normal 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
15
.gitignore
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user