mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
18 Commits
5289209d8d
...
880d79a1fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
880d79a1fc | ||
|
|
24b539acec | ||
|
|
25713eb3a5 | ||
|
|
5f5a92fcfe | ||
|
|
b42312254f | ||
|
|
4d89c5d3e2 | ||
|
|
aef8819a8f | ||
|
|
8f5497c4be | ||
|
|
70da24ee68 | ||
|
|
4def375658 | ||
|
|
5b24c9042d | ||
|
|
7441291fc8 | ||
|
|
411ca2450b | ||
|
|
3b288cfb37 | ||
|
|
e81fea5f71 | ||
|
|
c97a73771f | ||
|
|
7db9624f69 | ||
|
|
a850db9d75 |
@ -4,6 +4,7 @@
|
||||
*.autosave
|
||||
*.slx.r*
|
||||
*.mdl.r*
|
||||
*.bak
|
||||
|
||||
# Derived content-obscured files
|
||||
*.p
|
||||
|
||||
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)
|
||||
**/*-backups/*.zip
|
||||
|
||||
# Local git-based history (KiCad 9.0+)
|
||||
.history
|
||||
|
||||
# Local project settings
|
||||
*.kicad_prl
|
||||
|
||||
@ -29,6 +29,7 @@ ui_*.h
|
||||
*.jsc
|
||||
Makefile*
|
||||
*build-*
|
||||
build/
|
||||
*.qm
|
||||
*.prl
|
||||
*.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/
|
||||
11
community/HOL.gitignore
Normal file
11
community/HOL.gitignore
Normal file
@ -0,0 +1,11 @@
|
||||
*Script
|
||||
|
||||
# Holmake generated files
|
||||
*Theory.sig
|
||||
*Theory.sml
|
||||
*.uo
|
||||
*.ui
|
||||
|
||||
# Holmake auxiliary files
|
||||
.hollogs
|
||||
.HOLMK
|
||||
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