mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
5 Commits
a61b6ed348
...
4288fadf11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4288fadf11 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
3b288cfb37 |
@ -1,5 +1,6 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.localized
|
||||||
__MACOSX/
|
__MACOSX/
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|||||||
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