Skip to content
Discussion options

You must be logged in to vote

Good catch — it depends on which kind of filter you mean, since skillshare has three separate layers and only one of them is path-sensitive:

  • Target include/exclude (skillshare target <name> --add-include/--add-exclude) — these glob-match against the flattened resource name (e.g. my-skillcoding__react__my-skill after the move). Since the flat name encodes the full folder path, moving a skill does change it, so any include/exclude pattern that referenced the old flat name (or a prefix of it) needs to be updated to the new one.
  • .skillignore — this uses plain gitignore syntax. An unanchored, single-segment pattern like my-skill (no slash) still matches at any depth, so it keeps working af…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@runkids
Comment options

Answer selected by druellan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants