Compare commits

..

1 Commits

Author SHA1 Message Date
Bernd
2e33d77d89
Merge a850db9d75 into 1a7b75fb11 2026-04-17 15:51:42 -07:00
6 changed files with 0 additions and 46 deletions

View File

@ -1,10 +0,0 @@
# Zed
# https://zed.dev/docs/configuring-zed#settings-files
#
# Zed stores project settings in a .zed/ directory, similar to .vscode/.
# By default, ignore the directory but allow commonly shared config files.
.zed/*
!.zed/settings.json
!.zed/tasks.json
!.zed/debug.json

View File

@ -36,8 +36,5 @@ fp-info-cache
# Archived Backups (KiCad 6.0)
**/*-backups/*.zip
# Local git-based history (KiCad 9.0+)
.history
# Local project settings
*.kicad_prl

View File

@ -29,7 +29,6 @@ ui_*.h
*.jsc
Makefile*
*build-*
build/
*.qm
*.prl
*.qmlls.ini

View File

@ -1,20 +0,0 @@
# gitignore file for a SolidWorks project
# SolidWorks temporary files
~$*.sldprt
~$*.sldasm
~$*.slddrw
~$*.sld
# For systems with case-sensitive (SolidWorks uses both)
~$*.SLDPRT
~$*.SLDASM
~$*.SLDDRW
~$*.SLD
# SolidWorks backups and auto-recovery
*.bak
*.swbak
# Cache of simulation results
/simulation_results/

View File

@ -1,12 +0,0 @@
# Tauri
# https://tauri.app/
#
# Recommended: Rust.gitignore
# Rust compilation output
# https://doc.rust-lang.org/cargo/guide/build-cache.html
target/
# WiX Toolset cache (Windows MSI installer builds)
# https://v2.tauri.app/distribute/windows-installer/
WixTools/