Skip to content

Commit b6e4291

Browse files
relay module schematic
0 parents  commit b6e4291

14 files changed

Lines changed: 4586 additions & 0 deletions

.gitignore

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# KiCad project gitignore
2+
3+
# Temporary files
4+
*.tmp
5+
*.bak
6+
*.swp
7+
*~
8+
9+
# Netlist files (exported from Eeschema)
10+
*.net
11+
12+
# Autorouter files (exported from Pcbnew)
13+
*.dsn
14+
*.ses
15+
16+
# Exported BOM files
17+
*.xml
18+
*.csv
19+
20+
# Exported manufacturing files
21+
*.gbr
22+
*.gbrjob
23+
*.gko
24+
*.gm1
25+
*.gm2
26+
*.gm3
27+
*.gm4
28+
*.gm5
29+
*.gm6
30+
*.gm13
31+
*.gm15
32+
*.gm16
33+
*.gm20
34+
*.gm21
35+
*.gm23
36+
*.gm25
37+
*.gpb
38+
*.gpt
39+
*.gtl
40+
*.gto
41+
*.gtp
42+
*.gts
43+
*.gbl
44+
*.gbo
45+
*.gbp
46+
*.gbs
47+
*.drill
48+
*.drl
49+
*.map
50+
*.pdf
51+
*.ps
52+
*.job
53+
54+
# Exported pick and place files
55+
*.pos
56+
57+
# Exported footprint files
58+
*.kicad_mod
59+
60+
# 3D model files (unless you want to track them)
61+
*.step
62+
*.stp
63+
*.iges
64+
*.igs
65+
*.wrl
66+
67+
# Backup files
68+
*-bak
69+
*-rescue.lib
70+
*-rescue.dcm
71+
*-cache.lib
72+
*-cache.dcm
73+
*.bck
74+
*.kicad_pcb-bak
75+
*.kicad_sch-bak
76+
77+
# Project cache and runtime files
78+
fp-info-cache
79+
*-cache.lib
80+
*-cache.dcm
81+
*.lck
82+
83+
# Auto-saved files
84+
\#auto_saved_files\#
85+
86+
# Simulation files
87+
*.asc
88+
*.raw
89+
90+
# KiCad auto-generated files
91+
sym-lib-table
92+
fp-lib-table
93+
94+
# Log files
95+
*.log
96+
97+
# OS generated files
98+
.DS_Store
99+
.DS_Store?
100+
._*
101+
.Spotlight-V100
102+
.Trashes
103+
ehthumbs.db
104+
Thumbs.db
105+
106+
# Windows files
107+
*.lnk
108+
109+
# Fabrication outputs directory
110+
fabrication/
111+
gerbers/
112+
production/
113+
114+
# Build directories
115+
build/
116+
output/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)