Answers for "how to ignore .idea in Github"

0

how to ignore .idea in Github

# 1 - Go to the github repositoroy
# 2 - Open the gitignore file
# 3 - add in next line .idea
# 4 - commit the chances
# 5 - its done now you need to pull in terminal to get chances
Posted by: Guest on January-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language