Answers for "how to ignore .idea folder in gitignore"

0

ignore .idea in gitignore

# file: ~/.gitignore_global.DS_Store.idea
Posted by: Guest on July-18-2021
0

how to ignore .idea folder in gitignore

# 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 "how to ignore .idea folder in gitignore"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language