从git仓库中删除不必要的文件
可能有.idea等非项目文件混进去了
-
将.idea目录加入ignore清单:
$ echo '.idea' >> .gitignore
-
$ git rm —cached -r .idea
-
$ git add .gitignore
-
$ git commit -m '(gitignore commit and remove .idea)'
-
$ git push
sort of, I have some experience in the domain of database(MySQL/mongo), java, python, front-end, etc. I'll willing to give and accept bits of help from others.
now base in Singapore.