Blame view

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