Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't figure out how to ignore files #104

Open
currentcreative opened this issue Aug 24, 2024 · 0 comments
Open

Can't figure out how to ignore files #104

currentcreative opened this issue Aug 24, 2024 · 0 comments

Comments

@currentcreative
Copy link

currentcreative commented Aug 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant