Answers for "gitignore folder and subfolders"

0

gitignore subfolders

./folder/subfolders

or

**/bin/Debug/
**/bin/Release/

With version 1.8.2 of git, you can also use the ** wildcard to match
any level of subdirectories:
Posted by: Guest on December-14-2021
0

git exclude nested folder

in .gitignore
    NestedFolderName/
Posted by: Guest on November-25-2020

Code answers related to "gitignore folder and subfolders"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language