diff --git a/README.md b/README.md index e9ae13c..18952de 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,10 @@ jobs: server: ftp.samkirkland.com username: myFtpUserName password: ${{ secrets.password }} - exclude: .git* + exclude: + - .git* - .git*/** - - **/.git*/** + - '**/.git*/**' - node_modules/** - node_modules/**/* ```