Skip to content

Commit 69fb06b

Browse files
tdejagerHofer-Julian
authored andcommitted
fix: dont ignore build folder in command_dispatcher (#4855)
1 parent e0c22e6 commit 69fb06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ site/
2323
docs/_build/
2424
*.egg-info/
2525
dist/
26-
build/
26+
/build/
2727

2828
# Conda/Pixi environment related
2929
*.conda
@@ -117,4 +117,4 @@ secrets.json
117117
# Generated files
118118
*_pb2.py
119119
*_pb2_grpc.py
120-
files.txt
120+
files.txt

0 commit comments

Comments
 (0)