Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git ignore all files within a directory

# Create .gitignore inside the target folder and add the content below

# Ignore everything in this directory
*
# Except this file
!.gitignore
 
PREVIOUS NEXT
Tagged: #git #ignore #files #directory
ADD COMMENT
Topic
Name
1+9 =