edit editorconfig and .gitignore
This commit is contained in:
parent
343bb90e82
commit
9a4169f181
2 changed files with 4 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
|||
# 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
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
.vscode
|
||||
.vscode/*
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/pma
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/my[Aa]dmin
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/php[Mm]y[Aa]dmin
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/css/_design.config.css
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/data
|
||||
[Aa]vocado[Ee]dition_[Ll]ight/data/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue