meonkeys commented on code in PR #6075:
URL: https://github.com/apache/fineract/pull/6075#discussion_r3631485762


##########
.gitignore:
##########
@@ -34,4 +34,5 @@ gradleExp/
 .run/
 .java-version
 
-.windsurf/
\ No newline at end of file
+.windsurf/
+docs/

Review Comment:
   Hah! Well, thanks for explaining it. A few ideas:
   
   - put your AI docs in an already-ignored folder you don't use, like, in 
`.idea/` if you use Visual Studio Code or in `.vscode/` if you use JetBrains 
IDE, etc.
   - use `/.agents/local-docs` for the docs... that might be a reasonable 
convention
   - keep your `docs/` line in `.gitignore` but add a leading slash (that 
anchors it to the top-level project folder)
   - add a comment above whatever changes you make to `.gitignore`



-- 
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]

Reply via email to