Blame view

.gitignore 371 Bytes
3f17473a   张志伟   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  .idea
  *.iml
  /*/target/
  **/*.settings/
  **/.project
  **/target/
  **/.classpath
  **/logs/
  **/*.iml
  **/.settings
  **/*.class
  **/*.pyc
  **/target
  **/.idea
  **/*.log
  .settings
  .project
  .classpath
  *.class
  *.pyc
  target
  **/.cache/
  *.log
  /bin/
  /*-logs/
66846ca6   张志伟   :see_no_evil:
26
  **/.vscode/**
3f17473a   张志伟   init
27
28
  **/banner.txt
  *LOG_PATH_IS_UNDEFINED
a943aec9   张志伟   编写sdk
29
  *dynamic.log.path_IS_UNDEFINED
47234e90   张志伟   add_gitignore
30
31
  .DS_Store
  **/.factorypath
9ff48d12   张志伟   修改gitignore
32
  **/test.html
073324d4   张志伟   update gitignore
33
  **/rebel.xml