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

Glob ignore paths doesn't work for projects that define content above their relative path #907

Open
Quenty opened this issue May 4, 2024 · 0 comments
Labels
scope: cli Relevant to the Rojo CLI type: bug Something happens that shouldn't happen

Comments

@Quenty
Copy link
Contributor

Quenty commented May 4, 2024

If you have this pattern

{
  "name": "TestProject",
  "globIgnorePaths": [ "**/*.lua" ],
  "tree": {
    "$className": "DataModel",
    "ServerScriptService": {
      "avatareditor": {
        "$path": ".."
      },
      "Script": {
        "$path": "scripts/Server"
      }
    },
    "StarterPlayer": {
      "StarterPlayerScripts": {
        "Main": {
          "$path": "scripts/Client"
        }
      }
    }
  }
}```

Glob ignore paths will not apply to anything above the base project directory. This is because the glob ignore paths are setup to ignore anything beneath the current directory.
@Dekkonot Dekkonot added type: bug Something happens that shouldn't happen scope: cli Relevant to the Rojo CLI labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: cli Relevant to the Rojo CLI type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

2 participants