Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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:
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #gitignore #subfolders
ADD COMMENT
Topic
Name
3+8 =