Add .gitignore, .dockerignore, .editorconfig (refs #1)

This commit is contained in:
2026-08-04 07:20:55 +07:00
parent e2dd090309
commit 36e6061b18
3 changed files with 24 additions and 0 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
.git/
bin/
*.md
LICENSE
.editorconfig
.gitignore

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
bin/
vendor/
data/
.env
*.exe
/bsdaily