.gitignore

git忽略文件

#忽略所有.svn目录
.svn/
#忽略所有target目录
target/
#忽略所有.idea目录
.idea/
posted @ 2024-04-05 01:44  轩哥聊码  阅读(22)  评论(0)    收藏  举报