Skip to content

Commit 2da26c1

Browse files
authored
Edit .gitignore file to add zed editor configurations (#4483)
1 parent 8db80a6 commit 2da26c1

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

Diff for: .gitignore

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
.env
1+
# editors
2+
.vscode
3+
.zed
4+
5+
# macos
26
.DS_store
7+
8+
# python
39
.venv
410
.mypy_cache
511
.idea
6-
/deployment/data/nginx/app.conf
7-
.vscode/
8-
*.sw?
9-
/backend/tests/regression/answer_quality/search_test_config.yaml
12+
13+
# testing
1014
/web/test-results/
1115
backend/onyx/agent_search/main/test_data.json
1216
backend/tests/regression/answer_quality/test_data.json
13-
jira_test_env/
17+
18+
# secret files
19+
.env
20+
jira_test_env
21+
22+
# others
23+
/deployment/data/nginx/app.conf
24+
*.sw?
25+
/backend/tests/regression/answer_quality/search_test_config.yaml

0 commit comments

Comments
 (0)