add editorconfig and gitignore

This commit is contained in:
Jakob Schrettenbrunner 2017-06-18 23:59:30 +02:00
parent e0561c52fb
commit 69d95c6fbf
2 changed files with 20 additions and 0 deletions

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

@ -12,3 +12,12 @@
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.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