We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a6b7b commit c022327Copy full SHA for c022327
.gitignore
@@ -0,0 +1,36 @@
1
+# For PCBs designed using KiCad: https://www.kicad.org/
2
+# Format documentation: https://kicad.org/help/file-formats/
3
+
4
+# Temporary files
5
+*.000
6
+*.bak
7
+*.bck
8
+*.kicad_pcb-bak
9
+*.kicad_sch-bak
10
+*-backups
11
+*.kicad_prl
12
+*.sch-bak
13
+*~
14
+_autosave-*
15
+*.tmp
16
+*-save.pro
17
+*-save.kicad_pcb
18
+fp-info-cache
19
20
+# Netlist files (exported from Eeschema)
21
+*.net
22
23
+# Autorouter files (exported from Pcbnew)
24
+*.dsn
25
+*.ses
26
27
+# Exported BOM files
28
+*.xml
29
+*.csv
30
31
+# docuentation
32
+*.doc
33
+*.docx
34
35
+# jlcpcb manufacturing
36
+jlcpcb
0 commit comments