Monday, April 12, 2021

Git ignore all files of a certain type except in all subdirectories of a certain directory?


# Package Files #
*.jar
*.war
*.nar
*.ear
*.tar.gz
*.rar


#Exceptions to File Types based on Locations
!LB/**/*.jar

No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass