We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22867b commit d6d97e7Copy full SHA for d6d97e7
.cursorignore
@@ -0,0 +1,3 @@
1
+# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
2
+chip_collection/
3
+amon10
.gitignore
@@ -52,5 +52,5 @@ test_crash_handler
52
RELEASE_v*
53
54
.github/drafts
55
-amon10/** # test chip
56
-chip_collection/** # collection of pcmp chips
+amon10/ # test chip
+chip_collection/ # collection of pcmp chips
0 commit comments