git 忽略不提交的文件
方式一:使用idea工具
1. 在idea工具中,settings -> plugins 安装 .ignore 插件
2. 点击项目 右键 new -> .ignore file -> .gitignore file(Git) ,给弹出的页面 Example user template 打上勾,双击可编辑。
再使用idea 工具 提交 git 文件就行。
方式二:
方式一:使用idea工具
1. 在idea工具中,settings -> plugins 安装 .ignore 插件
2. 点击项目 右键 new -> .ignore file -> .gitignore file(Git) ,给弹出的页面 Example user template 打上勾,双击可编辑。
再使用idea 工具 提交 git 文件就行。
方式二: