add gitignore and editorconfig
This commit is contained in:
parent
c670d0e320
commit
63592e6094
2 changed files with 15 additions and 0 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# EditorConfig is awesome: http://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# Unix-style newlines with a newline ending every file
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Aa]vocado[Ee]dition_[Ll]ight/data
|
||||||
|
[Aa]vocado[Ee]dition_[Ll]ight/data/*
|
||||||
|
error.log
|
||||||
Loading…
Reference in a new issue