Skip to content

Commit d6d97e7

Browse files
committed
ignore WIP
1 parent a22867b commit d6d97e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.cursorignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ test_crash_handler
5252
RELEASE_v*
5353

5454
.github/drafts
55-
amon10/** # test chip
56-
chip_collection/** # collection of pcmp chips
55+
amon10/ # test chip
56+
chip_collection/ # collection of pcmp chips

0 commit comments

Comments
 (0)