meonkeys commented on code in PR #6075: URL: https://github.com/apache/fineract/pull/6075#discussion_r3625345033
########## .gitignore: ########## @@ -34,4 +34,5 @@ gradleExp/ .run/ .java-version -.windsurf/ \ No newline at end of file +.windsurf/ +docs/ Review Comment: Why? I think this is causing issues for me: ``` ✨ [adamm@pickle chapters <FINERACT-2696-scrap-antora *+>]$ git add security/index.adoc The following paths are ignored by one of your .gitignore files: fineract-doc/src/docs hint: Use -f if you really want to add them. hint: Turn this message off by running hint: "git config advice.addIgnoredFile false" ``` I'd like to revert it or make it more specific (e.g. if we want to ignore `docs/` in only the project root dir that's fine). ########## .gitignore: ########## @@ -34,4 +34,5 @@ gradleExp/ .run/ .java-version -.windsurf/ \ No newline at end of file +.windsurf/ Review Comment: what's windsurf? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
