Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 0e8cec4

Browse files
committed
chore: add meta files
1 parent 761a6d1 commit 0e8cec4

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Diff for: .editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true

Diff for: .gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go.sum merge=union

Diff for: .gitignore

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
*.env
2-
.docker_build/
1+
# macOS
2+
**/.DS_Store
3+
4+
# windows
35
*.exe
4-
/data
6+
7+
# Dev build
8+
build/
9+
tmp/
10+
.docker_build/
11+
12+
# Test
13+
*.out
14+
15+
# Environment variables
16+
.env

0 commit comments

Comments
 (0)