Skip to content

Commit 6e88f67

Browse files
committed
gitignore *.swp
1 parent 579f362 commit 6e88f67

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ site/out/
3737
.terraform/
3838

3939
.vscode/*.log
40+
**/*.swp

site/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ coverage
1010
storybook-static
1111
test-results
1212
**/*.typegen.ts
13+
**/*.swp

site/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ coverage/
1717
out/
1818
storybook-static/
1919
test-results/
20+
21+
**/*.swp

0 commit comments

Comments
 (0)