Git
2025
3、gitignore
·64 字·1 分钟·
loading
·
loading
开发工具
Git
文件名:.gitignore
# kdiff3 ignore *.orig # maven ignore .mvn/ target/ # eclipse ignore .settings/ .project .classpath # idea ignore .idea/ *.ipr *.iml *.iws # vscode ignore .vscode/ # temp ignore *.log *.cache *.diff *.patch *.tmp # system ignore .DS_Store Thumbs.db # package ignore (optional) *.war *.zip *.tar *.tar.gz # node node_modules/
2024
2、Idea使用git
·136 字·1 分钟·
loading
·
loading
开发工具
Git
1、添加git #
1、Git
·1832 字·4 分钟·
loading
·
loading
开发工具
Git
版本控制 # 工程设计领域中使用版本控制管理工程蓝图的设计过程。在 IT 开发过程中也可以使用版本控制思想管理代码的版本迭代。