Skip to content

Commit a87c482

Browse files
author
Zhang Peng
committed
🔧 Changing configuration files.
1 parent 3e1c9bb commit a87c482

File tree

2 files changed

+36
-19
lines changed

2 files changed

+36
-19
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@
5050
*.bin binary
5151
*.exe binary
5252

53-
# 图片
53+
# images
5454
*.png binary
5555
*.jpg binary
5656
*.ico binary
5757
*.gif binary
5858

59-
# 音视频
59+
# medias
6060
*.mp3 binary
6161
*.swf binary
6262

63-
# 字体
63+
# fonts
6464
*.eot binary
6565
*.svg binary
6666
*.ttf binary
6767
*.woff binary
6868

69-
# other doc
69+
# others
7070
*.pdf binary
7171
*.doc binary
7272
*.docx binary

.gitignore

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
1-
# Java
1+
################ JAVA ################
2+
# temp folders
3+
classes
4+
target
5+
logs
6+
7+
# temp files
28
*.class
9+
*.jar
310
*.war
4-
*.zip
5-
*.rar
6-
7-
# eclipse
8-
*.checkstyle
9-
*.classpath
10-
*.project
11-
.settings
12-
target
13-
classes
1411

15-
# idea
12+
13+
################ JAVASCRIPT ################
14+
# dependencies
15+
node_modules
16+
17+
# temp folders
18+
build
19+
dist
20+
_book
21+
_jsdoc
22+
23+
# temp files
24+
*.log
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*
28+
bundle*.js
29+
30+
31+
################ IDEA ################
1632
.idea
1733
*.iml
18-
*.eml
1934

20-
# temp files
21-
*.log
35+
36+
################ Eclipse ################
37+
.classpath
38+
.project

0 commit comments

Comments
 (0)