Skip to content

Commit 0fe919f

Browse files
committed
fix(create-vite): anchor pattern in .gitignore to project root
1 parent 2ba4e99 commit 0fe919f

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

packages/create-vite/template-lit-ts/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-lit/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-preact-ts/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-preact/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-qwik-ts/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-qwik/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-react-ts/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-react/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-solid-ts/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

packages/create-vite/template-solid/_gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logs
2-
logs
2+
/logs
33
*.log
44
npm-debug.log*
55
yarn-debug.log*

0 commit comments

Comments
 (0)