Of course the solution of Allan is much better :)
Reason why I post my solution, is that I always want to see some of my dot-files, I've done that like:
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.gitlab-ci.yml" fileBrowserGlob = "{*,$myExtraIncludes}" include = "{$include,$myExtraIncludes}"
Your solution looks like it might work across projects, too, by setting this preference in the top-level tm_properties. I'm going to investigate this next.
Walter
On Mar 5, 2021, at 11:17 AM, Feek via TextMate textmate@lists.macromates.com wrote:
Of course the solution of Allan is much better :)
Reason why I post my solution, is that I always want to see some of my dot-files, I've done that like:
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.gitlab-ci.yml" fileBrowserGlob = "{*,$myExtraIncludes}" include = "{$include,$myExtraIncludes}"
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
Thanks, Feek! That works a treat. I get just the few things I want to be able to access (gitlab ci config, rubocop, etc, and none of the .DS_store bullshit I don't.
Walter
On Mar 5, 2021, at 11:19 AM, Walter Lee Davis via TextMate textmate@lists.macromates.com wrote:
Your solution looks like it might work across projects, too, by setting this preference in the top-level tm_properties. I'm going to investigate this next.
Walter
On Mar 5, 2021, at 11:17 AM, Feek via TextMate textmate@lists.macromates.com wrote:
Of course the solution of Allan is much better :)
Reason why I post my solution, is that I always want to see some of my dot-files, I've done that like:
myExtraIncludes = ".tm_properties,.htaccess,.gitignore,.gitlab-ci.yml" fileBrowserGlob = "{*,$myExtraIncludes}" include = "{$include,$myExtraIncludes}"
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com
On 2021-03-05, at 18:21, Walter Lee Davis via TextMate textmate@lists.macromates.com wrote:
[...] none of the .DS_store bullshit I don't.
.DS_store needs to die a flaming death. It infiltrates our repositories, too!
Greetings,
If you don’t configure .gitignore correctly, it does.
On 2021-03-05, at 20:14, Marc Wilson via TextMate textmate@lists.macromates.com wrote:
If you don’t configure .gitignore correctly, it does.
Wise words. I also have to put *.tmproj in there, every time ;-)
Greeting,
Heads up that you can add ~/.gitignore in the same way as ~/.tm_properties to save you having to do that every time ;-)
Still makes me sad that I fought and lost for us to get developers to do this at our company rather than having IDE specific excludes in all our repos :(
On Fri, 5 Mar 2021 at 23:25, Paula Bean via TextMate < textmate@lists.macromates.com> wrote:
On 2021-03-05, at 20:14, Marc Wilson via TextMate <
textmate@lists.macromates.com> wrote:
If you don’t configure .gitignore correctly, it does.
Wise words. I also have to put *.tmproj in there, every time ;-)
Greeting,
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com