mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
1 Commits
45c566c971
...
2e33d77d89
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e33d77d89 |
@ -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
|
|
||||||
@ -36,8 +36,5 @@ fp-info-cache
|
|||||||
# Archived Backups (KiCad 6.0)
|
# Archived Backups (KiCad 6.0)
|
||||||
**/*-backups/*.zip
|
**/*-backups/*.zip
|
||||||
|
|
||||||
# Local git-based history (KiCad 9.0+)
|
|
||||||
.history
|
|
||||||
|
|
||||||
# Local project settings
|
# Local project settings
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
|||||||
@ -29,7 +29,6 @@ ui_*.h
|
|||||||
*.jsc
|
*.jsc
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
build/
|
|
||||||
*.qm
|
*.qm
|
||||||
*.prl
|
*.prl
|
||||||
*.qmlls.ini
|
*.qmlls.ini
|
||||||
|
|||||||
@ -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/
|
|
||||||
@ -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/
|
|
||||||
Loading…
Reference in New Issue
Block a user