Skip to content

Instantly share code, notes, and snippets.

@apsolut
Created December 29, 2021 13:11
Show Gist options
  • Save apsolut/9cf679ab484affd5754b8db89a93bfa0 to your computer and use it in GitHub Desktop.
Save apsolut/9cf679ab484affd5754b8db89a93bfa0 to your computer and use it in GitHub Desktop.
gitignore folder subfolder
# ignore everything in the directory, example:
# *
# !wp-content/
# wp-content/*
# !wp-content/themes/
# wp-content/themes/*
# !wp-content/themes/spk7sy
# !wp-content/themes/spk7sy/*
!app/
app/*
#themes
!app/t/
!app/t/*
#mu plugins
!app/mp/
#!app/mp/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment