Answers for "git ignore empty folder"

11

git ignore folder command

$ touch .gitignore
Posted by: Guest on June-09-2020
0

git keep empty folder

# Create a hidden empty file in the folder you want to keep "empty"

# Linux: do this in the folder you want to keep
touch .keep
Posted by: Guest on November-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language