Skip to content

Commit d6a81c2

Browse files
committed
chore: updated gitignore
1 parent fe3e974 commit d6a81c2

1 file changed

Lines changed: 13 additions & 29 deletions

File tree

.gitignore

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,47 +8,31 @@
88
# │ │
99
# └───────────────────────────────────────────────────────────────────┘
1010

11-
# Binaries
11+
# Build artifacts and binaries
1212
*.exe
1313
*.exe~
1414
*.so
15-
16-
# Go specifics
17-
18-
## Test binary, built with `go test -c`
1915
*.test
2016

21-
## Output of the go coverage tool
17+
# Coverage
2218
*.out
2319

24-
## Vendored dependencies
20+
# Dependencies
2521
vendor/
2622

27-
# IDEs
28-
29-
## IntelliJ
30-
.idea
31-
*.iml
32-
out
33-
gen
34-
35-
## Visual Studio Code & Forks
36-
.vscode
23+
# Editors and IDEs
3724
*.code-workspace
25+
*.iml
3826
.cursor
27+
.idea
28+
.vscode
29+
gen
30+
out
3931

40-
# Operating System Files
41-
42-
## macOS
32+
# Operating system files
4333
.DS_Store
4434

45-
# Other
46-
47-
## Experimenting folder
48-
experimenting
49-
50-
## CI assets
51-
.templates
52-
53-
## Taskfile
35+
# Project-specific files
5436
.task
37+
.templates
38+
experimenting

0 commit comments

Comments
 (0)