There is no .git folder in the local workspace, neither the cloned repository nor the local repository. Is it hidden? ? Please take a look, guys! !
.git folder is hidden by default. However, for something as simple as checking hidden files, you just need to check it. It’s enough to ask questions about this
ls -a可以查看到,没有的话就自己创建一个touch .gitignore
ls -a
touch .gitignore
.git folder is hidden by default.
However, for something as simple as checking hidden files, you just need to check it. It’s enough to ask questions about this
ls -a
可以查看到,没有的话就自己创建一个touch .gitignore