mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
15 Commits
f49a72718a
...
b466afd245
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b466afd245 | ||
|
|
25713eb3a5 | ||
|
|
5f5a92fcfe | ||
|
|
4d89c5d3e2 | ||
|
|
aef8819a8f | ||
|
|
8f5497c4be | ||
|
|
70da24ee68 | ||
|
|
4def375658 | ||
|
|
5b24c9042d | ||
|
|
7441291fc8 | ||
|
|
3b288cfb37 | ||
|
|
e81fea5f71 | ||
|
|
c97a73771f | ||
|
|
7db9624f69 | ||
|
|
a850db9d75 |
2
Global/OhMyOpenAgent.gitignore
Normal file
2
Global/OhMyOpenAgent.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.sisyphus/*
|
||||||
|
!.sisyphus/rules/
|
||||||
10
Global/Zed.gitignore
Normal file
10
Global/Zed.gitignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# 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,5 +36,8 @@ 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,6 +29,7 @@ ui_*.h
|
|||||||
*.jsc
|
*.jsc
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
|
build/
|
||||||
*.qm
|
*.qm
|
||||||
*.prl
|
*.prl
|
||||||
*.qmlls.ini
|
*.qmlls.ini
|
||||||
|
|||||||
20
SolidWorks.gitignore
Normal file
20
SolidWorks.gitignore
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# 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/
|
||||||
12
community/Tauri.gitignore
Normal file
12
community/Tauri.gitignore
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# 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