mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
5 Commits
6c45a5567f
...
b9a18d33b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9a18d33b4 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
e81fea5f71 |
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
|
||||||
@ -1,5 +1,6 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.localized
|
||||||
__MACOSX/
|
__MACOSX/
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user