lysdexic@programming.dev to Git@programming.devEnglish · 1 year agoPlease Add .gitattributes To Your Git Repositorydev.toexternal-linkmessage-square20fedilinkarrow-up153arrow-down15
arrow-up148arrow-down1external-linkPlease Add .gitattributes To Your Git Repositorydev.tolysdexic@programming.dev to Git@programming.devEnglish · 1 year agomessage-square20fedilink
minus-squarelysdexic@programming.devOPlinkfedilinkEnglisharrow-up12arrow-down1·edit-211 months ago no. I’m sick of cicd pollution in my project dir. This is about configuring the version control system you use to track your software. It has absolutely no relation with CICD systems. All that shit needs to go under hidden folders. On unix-like platforms, dot files are interpreted as hidden files. By design, .gitattributes is already hidden.
This is about configuring the version control system you use to track your software. It has absolutely no relation with CICD systems.
On unix-like platforms, dot files are interpreted as hidden files. By design,
.gitattributes
is already hidden.