Skip to content

Commit

Permalink
Add missing skeleton [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Sep 23, 2020
1 parent 12aa9ce commit aded541
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 18 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
indent_size = 4

[*.go]
indent_style = tab
indent_size = 4

[*.starlark]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = true
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*/coverage.out

/ocis/bin
/ocis/dist
/hugo
*.key
*crt

.idea
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions ocis/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!dist/
!bin/
18 changes: 0 additions & 18 deletions ocis/.gitignore

This file was deleted.

0 comments on commit aded541

Please sign in to comment.