You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently built jCarafe on my MBP and found that doing even basic Unix operations in the project directory was quite slow (~500ms) after building.
I traced the problem down to some of my git tools being bogged down with untracked files. I was surprised to find no .gitignore. I was curious if this was intentional.
Here's my .gitignore - I could submit a PR if desired, but thought it might just be easier to add here.
Hi Ben,
I recently built jCarafe on my MBP and found that doing even basic Unix operations in the project directory was quite slow (~500ms) after building.
I traced the problem down to some of my git tools being bogged down with untracked files. I was surprised to find no
.gitignore
. I was curious if this was intentional.Here's my
.gitignore
- I could submit a PR if desired, but thought it might just be easier to add here.Thanks,
erip
The text was updated successfully, but these errors were encountered: