Skip to content

Commit ee3d304

Browse files
committed
chore: improve gitignore for release artifacts
1 parent 45111b8 commit ee3d304

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# binaries
22
devgrep
3+
devgrep-*
34
bin/
5+
6+
# windows
47
*.exe
58
*.exe~
69
*.dll
10+
11+
# shared libs
712
*.so
813
*.dylib
914

@@ -12,16 +17,15 @@ bin/
1217

1318
# coverage
1419
coverage.out
15-
*.out
1620

1721
# build/dist
1822
dist/
1923

20-
# local agent / tooling
24+
# local tooling
2125
.agents/
2226
.codex/
2327

24-
# environment / caches
28+
# env/cache
2529
.env
2630
.cache
2731
tmp/
@@ -32,4 +36,4 @@ tmp/
3236
.idea/
3337

3438
# OS
35-
.DS_Store
39+
.DS_Store

0 commit comments

Comments
 (0)