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

Add backwards compatibility for ignore file #27

Open
lancepioch opened this issue Jun 12, 2024 · 3 comments
Open

Add backwards compatibility for ignore file #27

lancepioch opened this issue Jun 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lancepioch
Copy link
Member

f, st, err := s.Filesystem().File(".pelicanignore")

If the pelican ignore file isn't found we should check for the old pterodactyl one

@lancepioch lancepioch added the bug Something isn't working label Jun 12, 2024
@notAreYouScared
Copy link
Member

If .pteroignore should be found it should be renamed to .pelicanignore

@QuintenQVD0
Copy link
Contributor

If .pteroignore should be found it should be renamed to .pelicanignore

if we do, would that not conflict with the git auto pull for repo's as a local change is made?
Should we not just check for both?

@QuintenQVD0
Copy link
Contributor

@iamkubi Would this be an ok solution?
afbeelding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants