smartknob/.gitignore
James 935a2d2119
Adding second footprint for 3V3 voltage regulator (#98)
The voltage regulator that was originally used isn't available at the moment. To provide more options, a second footprint was added to the PCB for an alternative regulator that has a different pinout. Important to note that only one regulator should be used.

Also, adjusted .gitignore for Mac files and KiCad auto-generated backups.
2022-10-10 20:26:51 -07:00

37 lines
449 B
Plaintext

# KiCAD files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*.net
*.dsn
fp-info-cache
_autosave*.kicad_pcb
*.kicad_prl
electronics/*/*backups
# Proprietary 3d model (for KiCAD)
**/proprietary/*.stp
**/proprietary/*.step
# PlatformIO
.pio/
# General build outputs
build/
# Apple/Macintosh
.DS_Store
# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
#!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
__pycache__