diff options
| author | Sarah Wilson <sarah@faemittens.dev> | 2025-07-30 11:45:41 +1000 |
|---|---|---|
| committer | Sarah Wilson <sarah@faemittens.dev> | 2025-07-30 11:45:41 +1000 |
| commit | bac9a39408b0f4bd1ed6437eafa818a36014611e (patch) | |
| tree | 1a64d8cf99bc748db99592d6e6d56cb2baa6a68f | |
initial commit
| -rw-r--r-- | tri-band_rfid_card/.gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tri-band_rfid_card/.gitignore b/tri-band_rfid_card/.gitignore new file mode 100644 index 0000000..9d5df93 --- /dev/null +++ b/tri-band_rfid_card/.gitignore @@ -0,0 +1,40 @@ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# 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# + +# 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 |
