add editorconfig and gitignore
This commit is contained in:
parent
e0561c52fb
commit
69d95c6fbf
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -12,3 +12,12 @@
|
||||||
|
|
||||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||||
.glide/
|
.glide/
|
||||||
|
|
||||||
|
# dep related files and folders
|
||||||
|
/vendor
|
||||||
|
|
||||||
|
# ignore logfiles (/* so the .gitkeep override works)
|
||||||
|
/logs/*
|
||||||
|
|
||||||
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
||||||
|
!.gitkeep
|
||||||
|
|
Loading…
Reference in New Issue
Block a user