sftp-push-sync 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -124,7 +124,6 @@ If you have stored the scripts in `package.json` as follows:
124
124
 
125
125
  The dry run is a great way to compare files and fill the cache.
126
126
 
127
-
128
127
  ### special uploads / downloads
129
128
 
130
129
  A list of files that are excluded from the sync comparison and can be downloaded or uploaded separately.
@@ -163,18 +162,18 @@ For >100k files, use analyzeChunk = 10 or 50, otherwise the TTY output itself is
163
162
 
164
163
  Examples for Wirdcards for `include`, `exclude`, `uploadList` and `downloadList`:
165
164
 
166
- - `"content/**"` - ALLES unterhalb von `content/`
167
- - `".html", ".htm", ".md", ".txt", ".json"`- Nur bestimmte Dateiendungen
168
- - `"**/*.html"` - alle HTML-Dateien
169
- - `"**/*.md"`- alle Markdown-Dateien
170
- - `"content/**/*.md"` - nur Markdown in `content/`
165
+ - `"content/**"` -EVERYTHING below `content/`
166
+ - `".html", ".htm", ".md", ".txt", ".json"`- Only certain file extensions
167
+ - `"**/*.html"` - all HTML files
168
+ - `"**/*.md"`- all Markdown files
169
+ - `"content/**/*.md"` - only Markdown in `content/`
171
170
  - `"static/images/**/*.jpg"`
172
- - `"**/thumb-*.*"` - thumb-Bilder überall
173
- - `"**/*-draft.*"` - Dateien mit -draft vor der Extension
174
- - `"content/**/*.md"` - alle Markdown-Dateien
175
- - `"config/**"` - komplette Konfiguration
176
- - `"static/images/covers/**"`- nur Cover-Bilder
177
- - `"logs/**/*.log"` - alle Logs aus logs/
171
+ - `"**/thumb-*.*"` - thumb images everywhere
172
+ - `"**/*-draft.*"` -Files with -draft before the extension
173
+ - `"content/**/*.md"` - all Markdown files
174
+ - `"config/**"` - complete configuration
175
+ - `"static/images/covers/**"`- cover images only
176
+ - `"logs/**/*.log"` - all logs from logs/
178
177
  - `"reports/**/*.xlsx"`
179
178
 
180
179
  practical excludes:
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sftp-push-sync",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "SFTP sync tool for Hugo projects (local to remote, with hash cache)",
5
5
  "type": "module",
6
6
  "bin": {