Blame view

.gitignore 273 Bytes
d94b5225   张志伟   :tada:
1
2
3
  .idea
  *.iml
  /*/target/
21dea9a2   张志伟   :fire:
4
  *.local.*
d94b5225   张志伟   :tada:
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  **/*.settings/
  **/.project
  **/target/
  **/.classpath
  **/logs/
  **/*.iml
  **/.settings
  **/*.class
  **/*.pyc
  **/target
  **/.idea
  **/*.log
  .settings
  .project
  .classpath
  *.class
  *.pyc
  target
  **/.cache/
  *.log
  /bin/
  /*-logs/
  **/banner.txt
  **/.DS_Store