plg-xiongt 72be2298f5 前端 | há 2 meses atrás | |
---|---|---|
.. | ||
config | há 2 meses atrás | |
docs | há 2 meses atrás | |
public | há 2 meses atrás | |
src | há 2 meses atrás | |
tests | há 2 meses atrás | |
.gitignore | há 2 meses atrás | |
.prettierrc | há 2 meses atrás | |
Dockerfile | há 2 meses atrás | |
README.md | há 2 meses atrás | |
babel.config.js | há 2 meses atrás | |
dataApiToNumScript.js | há 2 meses atrás | |
deploy.js | há 2 meses atrás | |
dist.tar | há 2 meses atrás | |
jest.config.js | há 2 meses atrás | |
nginxtest.yml | há 2 meses atrás | |
package.json | há 2 meses atrás | |
pipeline_control.yaml | há 2 meses atrás | |
sh.exe.stackdump | há 2 meses atrás | |
updatePlglib.js | há 2 meses atrás | |
vue.config.js | há 2 meses atrás |
# 让其对已经跟踪的文件也起作用
git rm -r --cached . #清除缓存 -r 表示递归删除(如果有文件夹的话) . 表示所有文件
git status --ignored #查看一下具体效果
git add . #重新trace file
git commit -m "update .gitignore" #提交和注释