We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774ec23 commit fd3de13Copy full SHA for fd3de13
.gitignore
@@ -39,6 +39,12 @@
39
# Keep the source package tracked on case-insensitive filesystems.
40
!/libravdb/
41
!/libravdb/*.go
42
+!/libravdb/*_test.go
43
+
44
+# Local test/runtime artifacts inside the public package dir.
45
+/libravdb/.hidden_errors
46
+/libravdb/:memory:/
47
+/libravdb/data/
48
49
# =============================================================================
50
# Go Testing & Development
0 commit comments