-
Notifications
You must be signed in to change notification settings - Fork 31
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 specific files and directories #222
Comments
Have you tried adding the files or directories to a .flooignore file? It should work just like .gitignore, .hgignore, etc. |
ok that's what I originally thought... but, no matter what I did to the flooignore file, every time I removed my test directory and put something in it, it kept reappearing on the web IDE :/ or do changes to flooignore take effect next time you join the workspace?? |
Changes to .flooignore only take effect when joining the workspace. I wish it were otherwise, but there's no cross-platform API for noticing when a file changes. |
ah alright thanks, perhaps that little watchdog extension I posted about in the other issue might help. :) |
Where is the watchdog extension? |
I'm not sure if this is not implemented, or just not documented, but either way, I'm having some major difficulties trying to ignore a few large runtime directories...
everything I've tried to specify the directories doesn't work...
they keep reappearing whenever I remove some extra data files created during runtime...
how can I tell floobits to ignore these directories??
The text was updated successfully, but these errors were encountered: