add gitignore and editorconfig

This commit is contained in:
Amberstone 2024-09-19 20:34:57 +09:00
parent c670d0e320
commit 63592e6094
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
2 changed files with 15 additions and 0 deletions

12
.editorconfig Normal file
View 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
View file

@ -0,0 +1,3 @@
[Aa]vocado[Ee]dition_[Ll]ight/data
[Aa]vocado[Ee]dition_[Ll]ight/data/*
error.log