first pass at a template project

This commit is contained in:
2023-03-17 22:57:30 -06:00
parent 87cc76aa4a
commit b89c70650b
9 changed files with 1386 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
(version 1)
(rule IgnoreSilkScreenGraphicOverlap
(condition "A.Type == 'Graphic' && B.Type == 'Graphic'")
(constraint silk_clearance)
(severity ignore)
)