We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c3b05 commit 001bc2aCopy full SHA for 001bc2a
1 file changed
hooks/post_gen_project.py
@@ -12,9 +12,8 @@
12
import shutil
13
from pathlib import Path
14
15
-REMOVE_PATHS = []
16
REMOVE_PATHS = [
17
- "features",
+ "bdd-features",
18
"tests/scenarios/steps",
19
]
20
0 commit comments