Skip to content

Commit 4dd1a2f

Browse files
committed
chore(xxl-cache): 更新 .gitattributes 和 .gitignore 文件- 新增 .gitattributes 文件,指定项目中各类文件的语言类型为 Java
- 修改 .gitignore 文件,将 .gitattributes 重命名为
1 parent 09b40a3 commit 4dd1a2f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js linguist-language=Java
2+
*.css linguist-language=Java
3+
*.html linguist-language=Java
4+
*.ftl linguist-language=Java

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*.iml
55
**/target/
66
.DS_Store
7-
.gitattributes
7+
.gitattributes2

0 commit comments

Comments
 (0)