We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e987fb8 commit 773f4b4Copy full SHA for 773f4b4
1 file changed
.gitignore
@@ -142,21 +142,16 @@ hatch_js/labextension
142
# Rust
143
target
144
145
-<<<<<<< before updating
146
-# Test parts
147
-hatch_js/tests/test_project_basic/js/dist
148
-hatch_js/tests/test_project_basic/js/node_modules
149
-hatch_js/tests/test_project_basic/project/extension
150
-=======
151
# Hydra
152
outputs/
153
multirun/
154
155
->>>>>>> after updating
156
157
158
# AI
159
ROADMAP.md
160
AGENTS.md
161
.github/hooks/sdlc.json
162
+
+# Test parts
+hatch_js/tests/test_project_basic/js/dist
+hatch_js/tests/test_project_basic/js/node_modules
+hatch_js/tests/test_project_basic/project/extension
0 commit comments