Skip to content

Commit aee35ae

Browse files
committed
add .env.swp to gitinore
1 parent 7441f38 commit aee35ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package-lock.json
1010
.mongodb-rag.test.json*
1111
.mongodb-rag.json.bak
1212
.mongodb-rag.json
13-
13+
.DS_Store
1414
# Logs
1515
logs/
1616
*.log
@@ -21,8 +21,9 @@ yarn-error.log*
2121
# Local development files
2222
.env
2323
.env.test
24-
.DS_Store
24+
.env.swp
2525
*.local
26+
*.swp
2627

2728
# Coverage reports (Jest, Istanbul)
2829
coverage/

0 commit comments

Comments
 (0)