We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45111b8 commit ee3d304Copy full SHA for ee3d304
1 file changed
.gitignore
@@ -1,9 +1,14 @@
1
# binaries
2
devgrep
3
+devgrep-*
4
bin/
5
+
6
+# windows
7
*.exe
8
*.exe~
9
*.dll
10
11
+# shared libs
12
*.so
13
*.dylib
14
@@ -12,16 +17,15 @@ bin/
17
18
# coverage
19
coverage.out
15
-*.out
16
20
21
# build/dist
22
dist/
23
-# local agent / tooling
24
+# local tooling
25
.agents/
26
.codex/
27
-# environment / caches
28
+# env/cache
29
.env
30
.cache
31
tmp/
@@ -32,4 +36,4 @@ tmp/
32
36
.idea/
33
37
34
38
# OS
35
-.DS_Store
39
+.DS_Store
0 commit comments