-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This is what my Local ignore file looks like. I just added the file paths of files I want to ignore relative to the location of .localbackupaddonignore.txt below the comment # Ignore specific folders and files in your theme
Obviously, I need to do something different, but I'm not sure what.
# ___________________________________________________
#
# This is the default ignore file for the Local Cloud Backups add-on.
# The format uses glob patterns, just like a .gitignore, although, this add-on
# uses restic under the hood. Check out the restic docs for more info on ignoring files!
#
# https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files
#
#
# For more info on Local, visit
# https://localwp.com/
#
#
# For more info on the add-on or to file an issue, please visit the Github repository
# https://github.com/getflywheel/local-addon-backups
#
# ___________________________________________________
**/.git
# Ignore specific folders and files in your theme
app/public/wp-content/themes/understrap-child-1.1.0/dist/
app/public/wp-content/themes/understrap-child-1.1.0/dist.zip
app/public/wp-content/themes/understrap-child-1.1.0/.sass-cache
app/public/wp-content/themes/understrap-child-1.1.0/bower_components/
app/public/wp-content/themes/understrap-child-1.1.0/node_modules/
app/public/wp-content/themes/understrap-child-1.1.0/understrap.zip
app/public/wp-content/themes/understrap-child-1.1.0/dist-product/
app/public/wp-content/themes/understrap-child-1.1.0/npm-debug.log
/vendor/
**/cache
wp-content/upgrade
wp-content/cache
.yarn
Metadata
Metadata
Assignees
Labels
No labels