-
Notifications
You must be signed in to change notification settings - Fork 29
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 ability to ignore files #15
Comments
Are you using flat-files or flat-folders? With folders, it's a non-issue, but with flat-files, I can see why you'd want that option. Anyway, I will add that option. Sorry it was an oversight. |
After having read the docs, I see that the folder solution is the intended solution to this kind of colocation which is great 👍 I do think having the option would be good still. Also, I just saw a reference to |
Ah, I just copy+pasted from Ryan's gist. I believe he meant I'm almost finished with the update. Just writing my tests. |
Published as v0.4.4 |
Thank you very much! |
I'd like to colocate
.css
and.test.tsx
files with my files in my routes. So I'd like to be able to ignore files as routes. Something like this config?The text was updated successfully, but these errors were encountered: