Skip to content

Commit b90f979

Browse files
committed
create-template.sh: update .gitignore
1 parent 3c66640 commit b90f979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/create-template/create-template.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ EOF
7777

7878
GITIGNORE="$TEMPLATE/.gitignore"
7979
cat <<EOF | (set -x; tee "$GITIGNORE") | bat --style=numbers --pager=never --language=gitignore
80-
.direnv
80+
/.direnv
81+
/.pre-commit-config.yaml
8182
EOF
8283

8384
echo "Template $TEMPLATE created"

0 commit comments

Comments
 (0)