Replies: 1 comment 1 reply
-
|
We decided on purpose to not respect the global gitignore as we follow the philosophy that Serena should only look into files within the repository unless specifically configured otherwise. At the moment there is no support to enable reading the global gitignore |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I onboard serena in an empty (newly created) ruby gem project, it does not finish for long time (10 minutes and more) and I killed it.
With
--log-level DEBUGI found it took time in parsing bundled gems in./vendor/bundleeven though I have/vendor/bundle/in the global git ignore file (~/.config/git/ignore) but it seems not be respected.I added
/vendor/bundle/to local.gitignoreand it now finishes within 5 seconds.Beta Was this translation helpful? Give feedback.
All reactions