Skip to content

Commit 6a1344a

Browse files
author
Simon Prickett
authored
Merge pull request #165 from redis-developer/update-gitignore
Added some extra things to gitignore.
2 parents a567f0c + 39337e6 commit 6a1344a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
.env.test.local
1616
.env.production.local
1717
.vscode/
18+
*.swp
19+
*.bak
20+
*.tmp
21+
*.log
1822

1923
npm-debug.log*
2024
yarn-debug.log*
2125
yarn-error.log*
2226
debug.log*
2327

24-
.idea
28+
.idea

0 commit comments

Comments
 (0)