Clean up nextest, gitattributes, and gitignore

- Remove Zed-specific test group overrides from nextest.toml
- Remove Zed WSL script line ending rule from gitattributes
- Simplify gitignore to generic development patterns
This commit is contained in:
iamnbutler
2025-12-12 14:32:22 -05:00
parent db1c0cd218
commit db1eebf143
3 changed files with 26 additions and 55 deletions
-3
View File
@@ -1,5 +1,2 @@
# Prevent GitHub from displaying comments within JSON files as errors.
*.json linguist-language=JSON-with-Comments
# Ensure the WSL script always has LF line endings, even on Windows
crates/zed/resources/windows/zed.sh text eol=lf