Skip to content

Commit

Permalink
conf
Browse files Browse the repository at this point in the history
  • Loading branch information
justwaitfor-me committed Jan 10, 2024
1 parent 222e0a2 commit d3b0850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
server: ngcobalt116.manitu.net
username: ftp200027816
password: ${{ secrets.PASW }}
protocol: ftps
port: 32
exclude: |
**/.git*
**/.git*/**
Expand Down
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files.exclude": {
".github": true,
".vscode": true,
"LICENSE": true,
"README.md": true
".github": false,
".vscode": false,
"LICENSE": false,
"README.md": false
}
}

0 comments on commit d3b0850

Please sign in to comment.