tenseleyflow/shithub / a641ad1

Browse files

Extend .gitignore for build artifacts and editor junk

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
a641ad106c961b1ed6a3a61c93aaf288e75b9f32
Parents
6cac50f
Tree
0e03536

1 changed file

StatusFile+-
M .gitignore 27 0
.gitignoremodified
@@ -3,3 +3,30 @@ CLAUDE.md
33
 .vscode
44
 .docs/
55
 .refs/
6
+
7
+# Build artifacts
8
+bin/
9
+tmp/
10
+*.test
11
+*.out
12
+coverage.*
13
+dist/
14
+
15
+# Air hot-reload
16
+tmp/
17
+
18
+# Local env / secrets
19
+.env
20
+.env.local
21
+.air.toml.local
22
+
23
+# OS / editor junk
24
+.DS_Store
25
+Thumbs.db
26
+*~
27
+.idea/
28
+*.swp
29
+*.swo
30
+
31
+# Generated
32
+node_modules/