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

Support a .flatignore file #30

Open
blairdrummond opened this issue Aug 26, 2021 · 2 comments
Open

Support a .flatignore file #30

blairdrummond opened this issue Aug 26, 2021 · 2 comments

Comments

@blairdrummond
Copy link

It would be handy to extend this:

const ignoredFiles = ["package.json", "tsconfig.json"];
const ignoredFolders = [".vscode", ".github"];

@RandomFractals
Copy link

.flatignore could be a good solution for #27 and allow github repository maintainers to filter out some json files that flat viewer can't display.

@avanlinden
Copy link

I love Flat Viewer and came here to check if there was a way to ignore certain files, since I'd love to give collaborators a flat link to my repos and not have them land by default on a devcontainer or other json file that can't be displayed. Just chiming in that I would also greatly appreciate this feature!

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

No branches or pull requests

3 participants