18 lines
147 B
Plaintext
18 lines
147 B
Plaintext
|
|
# Files
|
||
|
|
.dockerignore
|
||
|
|
.editorconfig
|
||
|
|
.gitignore
|
||
|
|
.env.*
|
||
|
|
Dockerfile
|
||
|
|
Makefile
|
||
|
|
LICENSE
|
||
|
|
**/*.md
|
||
|
|
**/*_test.go
|
||
|
|
*.out
|
||
|
|
|
||
|
|
bin/
|
||
|
|
# Folders
|
||
|
|
.git/
|
||
|
|
.github/
|
||
|
|
build/
|