mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
Merge pull request #6725 from Bertie690/gitignore-update
[Dev] Add `.zed` to `gitignore`
This commit is contained in:
commit
fecf116159
4
.gitignore
vendored
4
.gitignore
vendored
@ -20,6 +20,7 @@ build
|
||||
# Editor directories and files (excluding `extensions.json` for devcontainer)
|
||||
*.code-workspace
|
||||
.vscode/*
|
||||
.zed
|
||||
!.vscode/extensions.json
|
||||
!.vscode/spdx.code-snippets
|
||||
.idea
|
||||
@ -50,6 +51,5 @@ coverage
|
||||
/dependency-graph.svg
|
||||
/.vs
|
||||
|
||||
|
||||
# Script outputs
|
||||
./*.csv
|
||||
./*.csv
|
||||
|
||||
Loading…
Reference in New Issue
Block a user