문제

How can I use .gitattributes to ignore a directory in the parent but include the directory in the child?

For example, consider a /config directory. The root has a /config directory and there is also one located in /app/config

Adding

config export-ignore

would solve things for the root /config but it also removes the subdirectory /app/config.

How can I keep the subdirectory /app/config?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top