mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 11:17:23 +02:00
Compare commits
15 Commits
89e748ccbb
...
ebd4c61412
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebd4c61412 | ||
|
|
4d89c5d3e2 | ||
|
|
aef8819a8f | ||
|
|
8f5497c4be | ||
|
|
70da24ee68 | ||
|
|
4def375658 | ||
|
|
1a7b75fb11 | ||
|
|
5b24c9042d | ||
|
|
7441291fc8 | ||
|
|
3b288cfb37 | ||
|
|
e81fea5f71 | ||
|
|
c97a73771f | ||
|
|
7db9624f69 | ||
|
|
ebc4db855a | ||
|
|
0a25801fa9 |
4
FreeCAD.gitignore
Normal file
4
FreeCAD.gitignore
Normal file
@ -0,0 +1,4 @@
|
||||
# FreeCAD backup and temporary files
|
||||
*.FC.lock
|
||||
*.bak
|
||||
*.tmp
|
||||
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,8 +29,10 @@ ui_*.h
|
||||
*.jsc
|
||||
Makefile*
|
||||
*build-*
|
||||
build/
|
||||
*.qm
|
||||
*.prl
|
||||
*.qmlls.ini
|
||||
|
||||
# Qt unit tests
|
||||
target_wrapper.*
|
||||
|
||||
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