Add gitignore; Route USB lines

This commit is contained in:
2023-08-03 02:18:14 +02:00
parent 0e533e9711
commit 7a93c8054d
3 changed files with 130 additions and 69 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# ---> KiCad
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*.kicad_prl
*.sch-bak
*~
*.lck
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
bom/
# Backups
*-backups