添加 .gitattributes 文件以自动处理文本文件的换行符,并在 .idea 目录中添加 .gitignore 文件以忽略特定的 IDE 配置文件和数据源存储文件。

This commit is contained in:
Yuzhong Zhang
2025-07-08 16:35:57 +08:00
parent a090ce26cd
commit d651bde38b
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
* text=auto eol=lf
+8
View File
@@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml