Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartlidge committed Nov 2, 2020
0 parents commit 2da54b0
Show file tree
Hide file tree
Showing 5 changed files with 709 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 2

[*.{cs,cshtml}]
indent_style = space
indent_size = 4
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.vs/
.vscode/
.idea/
bin/
obj/
packages/
_NCrunch*/

.DS_Store
*.suo
*.ncrunch*
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## 2nd November 2020

- Initial commit
Loading

0 comments on commit 2da54b0

Please sign in to comment.