Skip to content

Commit f390d0f

Browse files
committed
gitignore: add *.swp files
1 parent fa45d58 commit f390d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ tests/coverage/*
5353
/storage/oauth-public.key
5454
logs/*
5555
*.cache
56+
*.swp
5657

5758
.vagrant
5859
*.log
@@ -70,4 +71,4 @@ storage/ldap_client_tls.cert
7071
storage/ldap_client_tls.key
7172
/storage/framework/testing
7273

73-
/.phpunit.cache
74+
/.phpunit.cache

0 commit comments

Comments
 (0)