Commit 16361b47098724bf9ef56d026efb90b23ad95064

Authored by 张志伟
1 parent 6913ed8d

:sparkles: feat(*): 美化项目

-  美化项目
.gitignore
1   -.idea
2 1 *.iml
3 2 /*/target/
4 3 **/*.settings/
... ... @@ -11,7 +10,8 @@
11 10 **/*.class
12 11 **/*.pyc
13 12 **/target
14   -**/.idea
  13 +**/.idea/*
  14 +!**/.idea/**.png
15 15 **/*.log
16 16 .settings
17 17 .project
... ... @@ -29,5 +29,4 @@ target
29 29 *dynamic.log.path_IS_UNDEFINED
30 30 .DS_Store
31 31 **/.factorypath
32   -**/test.html
33   -!/.idea/*.png
34 32 \ No newline at end of file
  33 +**/test.html
35 34 \ No newline at end of file
... ...
.idea/icon.png 0 → 100644

19.9 KB

.idea/icon_dark.png 0 → 100644

1.77 KB