chore: gitignore keyless_tls/ (separate nested workspace)
Prevents the keyless_tls/ directory (a separate nested git repository for an unrelated project) from being staged by broad git-add operations.
cognitive committed
Apr 30, 2026 at 05:42 UTC
5c37195d847810128c56bbe4736c98f1904f5899
1 file changed
+3
.gitignore
+3
@@ -140,3 +140,6 @@ fabric.properties
140
141
# End of https://www.toptal.com/developers/gitignore/api/goland+all
142
.gstack/
143
+
144
+# Nested workspace (separate keyless_tls project; not part of the portal module)
145
+keyless_tls/