diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index 571be4c1..3e5d9322 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -17,8 +17,4 @@ jobs: server: ${{ secrets.FTP_URL }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - exclude: - - **/.git* - - **/.git*/** - - **/node_modules/** - - fileToExclude.txt +