how to ignore a whole dir while using gitignore
To ignore a whole directory while using .gitignore, you can add the following line to your .gitignore file:
directory_name/
Replace "directory_name" with the name of the directory you want to ignore. This will ignore the directory and all its contents.
原文地址: https://www.cveoy.top/t/topic/fTwC 著作权归作者所有。请勿转载和采集!