mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 06:57:26 +00:00
Remove the .DS_Store file
This commit is contained in:
parent
dd2a59ac10
commit
11d69070bf
2 changed files with 5 additions and 2 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -76,7 +76,7 @@ typings/
|
||||||
# nuxt.js build output
|
# nuxt.js build output
|
||||||
.nuxt
|
.nuxt
|
||||||
|
|
||||||
# react / gatsby
|
# react / gatsby
|
||||||
public/
|
public/
|
||||||
|
|
||||||
# vuepress build output
|
# vuepress build output
|
||||||
|
|
@ -89,4 +89,7 @@ public/
|
||||||
.fusebox/
|
.fusebox/
|
||||||
|
|
||||||
# DynamoDB Local files
|
# DynamoDB Local files
|
||||||
.dynamodb/
|
.dynamodb/
|
||||||
|
|
||||||
|
# macOS Finder metadata
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue