We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 0eb01daCopy full SHA for 0eb01da
.gitignore
@@ -0,0 +1,29 @@
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
README.md
@@ -0,0 +1 @@
+# hardware
0 commit comments