Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# ---- KiCad ignore (committed, shared with all forks/clones) ----
# Keeps auto-generated, per-user, and lock files out of the repo so
# contributors don't accidentally commit them (e.g. via `git add .`).

# Per-user project-local UI state (layer visibility, window layout, etc.)
*.kicad_prl

# Editor lock files (present only while a file is open in KiCad)
*.lck
~*.lck
*~

# Footprint info cache (regenerated automatically on open)
fp-info-cache

# Auto-backup archives
*-backups/
*.kicad_pcb-bak
*.kicad_sch-bak
*.bak

# Autosave files
_autosave-*
*.000

# Exported/generated output (regenerate from source; don't track)
/gerbers/
/production/
*.net

# OS cruft
.DS_Store
Thumbs.db

# ---- KEEP (do NOT ignore) the real project sources ----
# .kicad_pro .kicad_sch .kicad_pcb .kicad_dru .kicad_sym
# .pretty/ fp-lib-table sym-lib-table
1 change: 1 addition & 0 deletions .history
Submodule .history added at 560c9b
Loading