diff --git a/.gitignore b/.gitignore index e44506f..e08e807 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,45 @@ -software/.DS_Store -.DS_Store -Hardware/gtoe/gtoe-backups -Hardware/gtoe/fp-info-cache -Hardware/gtoe/#auto_saved_files# +# https://github.com/github/gitignore/blob/main/KiCad.gitignore +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ -README.MD.backup -Hardware/gtoe/_autosave-gtoe.kicad_pcb +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*-cache* +*-bak +*-bak* +*~ +~* +_autosave-* +\#auto_saved_files\# +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +~*.lck +\#auto_saved_files# -Hardware/gtoe/gtoe.kicad_sch-bak -Hardware/gtoe/_autosave-gtoe.kicad_sch -Software/Gravity/build/arduino.avr.nano -Software/Gravity/build/arduino.avr.nano -Hardware/gtoe/midi-backups -Hardware/gtoe/midi-panel-backups -Hardware/gtoe/MIDI Board REV1.zip -Hardware/gtoe/MIDI Panel REV1.zip -gtoe-backups -panel-backups \ No newline at end of file +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + +# Archived Backups (KiCad 6.0) +**/*-backups/*.zip + +# Local project settings +*.kicad_prl +fp-lib-table +fp-lib-table +fp-lib-table +sym-lib-table diff --git a/midi-panel.kicad_prl b/midi-panel.kicad_prl deleted file mode 100644 index e8eab96..0000000 --- a/midi-panel.kicad_prl +++ /dev/null @@ -1,128 +0,0 @@ -{ - "board": { - "active_layer": 31, - "active_layer_preset": "", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "shapes": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "ratsnest_display_mode": 0, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - "vias", - "footprint_text", - "footprint_anchors", - "ratsnest", - "footprints_front", - "footprints_back", - "footprint_values", - "footprint_references", - "tracks", - "drc_errors", - "drawing_sheet", - "bitmaps", - "pads", - "zones", - "drc_warnings", - "shapes" - ], - "visible_layers": "00000000_00000000_0fffeedf_ffffffff", - "zone_display_mode": 0 - }, - "git": { - "repo_type": "", - "repo_username": "", - "ssh_key": "" - }, - "meta": { - "filename": "midi-panel.kicad_prl", - "version": 5 - }, - "net_inspector_panel": { - "col_hidden": [ - false, - false, - false, - false, - false, - false, - false, - false, - false, - false - ], - "col_order": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "col_widths": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "custom_group_rules": [], - "expanded_rows": [], - "filter_by_net_name": true, - "filter_by_netclass": true, - "filter_text": "", - "group_by_constraint": false, - "group_by_netclass": false, - "show_unconnected_nets": false, - "show_zero_pad_nets": false, - "sort_ascending": true, - "sorting_column": 0 - }, - "open_jobsets": [], - "project": { - "files": [] - }, - "schematic": { - "selection_filter": { - "graphics": true, - "images": true, - "labels": true, - "lockedItems": false, - "otherItems": true, - "pins": true, - "symbols": true, - "text": true, - "wires": true - } - } -} diff --git a/midi.kicad_prl b/midi.kicad_prl deleted file mode 100644 index 97c2f5d..0000000 --- a/midi.kicad_prl +++ /dev/null @@ -1,76 +0,0 @@ -{ - "board": { - "active_layer": 0, - "active_layer_preset": "Back Assembly View", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "ratsnest_display_mode": 0, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 8, - 9, - 10, - 11, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36 - ], - "visible_layers": "00150f0_00000000", - "zone_display_mode": 0 - }, - "meta": { - "filename": "midi.kicad_prl", - "version": 3 - }, - "project": { - "files": [] - } -}