Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to ignore .idea folder in gitignore

# 1 - Go to the github repository
# 2 - Open the gitignore file
# 3 - add in next line .idea
# 4 - commit the changes
# 5 - it's done now you need to pull in terminal to get changes
 
PREVIOUS NEXT
Tagged: #ignore #folder #gitignore
ADD COMMENT
Topic
Name
2+3 =