mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-11 19:56:31 +00:00
Add .zed/ to .gitignore (#18623)
This commit is contained in:
parent
9b86458900
commit
b8ad9bf1b7
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -47,6 +47,7 @@ __pycache__/
|
||||||
/.idea/
|
/.idea/
|
||||||
/.ropeproject/
|
/.ropeproject/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
/.zed/
|
||||||
|
|
||||||
# build products
|
# build products
|
||||||
!/.coveragerc
|
!/.coveragerc
|
||||||
|
|
|
||||||
1
changelog.d/18623.misc
Normal file
1
changelog.d/18623.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Add `.zed/` directory to `.gitignore`.
|
||||||
Loading…
Add table
Reference in a new issue