Skip to content

Commit

Permalink
Exclude screenshots from the rsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Sep 22, 2024
1 parent 4cb8d6b commit fc053a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ rsync -av --progress ../eleventy-satisfactory/ ./ \
--exclude 'drafts' --include 'drafts.11tydata.js' \
--exclude 'playwright*' \
--exclude 'test*' \
--exclude 'bottomlinks.json'
--exclude 'bottomlinks.json' \
--exclude 'screenshots'
```

After the rsync, it's still worth doing a git diff to see what's changed, or if there are any conflicts.
Expand Down

0 comments on commit fc053a6

Please sign in to comment.