Hello,
I've discovered that .cptr automatically modifies .gitignore to exclude the .cptr folder, even when I need the folder to be tracked by version control.
Steps to reproduce:
- Initialize or use
.cptr in a project
- Observe that
.cptr modifies the root .gitignore to include .cptr
I want to use a .gitignore file inside the .cptr folder to specify which subfolders should be excluded. Such that file for agents, skill, knowledge etc. can be under version control.
Thank you for your time and for maintaining this tool!
Best regards,
Joshua Krimmer
Hello,
I've discovered that
.cptrautomatically modifies.gitignoreto exclude the.cptrfolder, even when I need the folder to be tracked by version control.Steps to reproduce:
.cptrin a project.cptrmodifies the root.gitignoreto include.cptrI want to use a
.gitignorefile inside the.cptrfolder to specify which subfolders should be excluded. Such that file for agents, skill, knowledge etc. can be under version control.Thank you for your time and for maintaining this tool!
Best regards,
Joshua Krimmer