Skip to content

Commit 64171ec

Browse files
committed
Use proper line endings
1 parent 7c0f0a4 commit 64171ec

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ env/
3838
.env
3939
.env.local
4040
*.lock
41+
42+
# Spec Kit-specific files
43+
*.zip
44+
sdd-*/

scripts/bash/create-new-feature.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# (Moved to scripts/bash/) Create a new feature with branch, directory structure, and template
2+
33
set -e
44

55
JSON_MODE=false

0 commit comments

Comments
 (0)