Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.rb]
charset = utf-8
[*.html]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
27 changes: 4 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
*.DS_STORE
build/
.cache
.vagrant
.sass-cache

# YARD artifacts
.yardoc
_yardoc
doc/
public/
resources
.hugo/*
!.hugo/version
.idea/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/docuapi"]
path = themes/docuapi
url = https://github.com/bep/docuapi.git
1 change: 1 addition & 0 deletions .hugo/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.59.1/extended
162 changes: 0 additions & 162 deletions CHANGELOG.md

This file was deleted.

46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

11 changes: 0 additions & 11 deletions Gemfile

This file was deleted.

129 changes: 0 additions & 129 deletions Gemfile.lock

This file was deleted.

Loading