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

Ignore directories ending in md #533

Conversation

movermeyer
Copy link
Collaborator

@movermeyer movermeyer commented Mar 16, 2021

Fixes #483

We now check to ensure that the URI is a file (not a directory, etc.).
We also now accept more extensions to be used.

@riccardoferretti
Copy link
Collaborator

happy to add the directory check, but I am not comfortable with adding support for other file extensions yet, as there are a couple of places where the extension is assumed to be .md

@movermeyer movermeyer force-pushed the mo.ignore_directories_ending_in_md branch from d0aa934 to c4aabc0 Compare March 16, 2021 16:52
@movermeyer
Copy link
Collaborator Author

@riccardoferretti I've dropped the commit that extended the list of file extensions.

However, it seems that the Windows CI build is failing for unrelated reasons (on both this PR and others).

@riccardoferretti
Copy link
Collaborator

the issue has been fixed on master, can you rebase?

@movermeyer movermeyer force-pushed the mo.ignore_directories_ending_in_md branch from c4aabc0 to fa8d256 Compare March 17, 2021 12:33
@movermeyer
Copy link
Collaborator Author

@riccardoferretti Looks good now. Thanks!

@riccardoferretti riccardoferretti merged commit 30759bd into foambubble:master Mar 17, 2021
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

Successfully merging this pull request may close these issues.

Foam bootstrap fails if a folder name ends in .md
2 participants