.gitignore 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. #o2oa
  2. **/src/test/
  3. **/command.swap
  4. **/version.o2
  5. **/bin/
  6. **/target/
  7. /target/**
  8. /o2server/servers/
  9. /o2server/store/jars/*.jar
  10. /o2server/store/*.war
  11. /o2server/config/
  12. /o2server/store/
  13. /o2server/commons/
  14. /o2server/jvm/
  15. /o2server/local/
  16. /o2server/configSample/appStyle.json
  17. /o2server/configSample/cache.json
  18. /o2server/configSample/centerServer.json
  19. /o2server/configSample/clientInit.json
  20. /o2server/configSample/collect.json
  21. /o2server/configSample/communicate.json
  22. /o2server/configSample/components.json
  23. /o2server/configSample/dingding.json
  24. /o2server/configSample/dumpRestoreData.json
  25. /o2server/configSample/exmail.json
  26. /o2server/configSample/logLevel.json
  27. /o2server/configSample/meeting.json
  28. /o2server/configSample/messages.json
  29. /o2server/configSample/node_127.0.0.1.json
  30. /o2server/configSample/person.json
  31. /o2server/configSample/portal.json
  32. /o2server/configSample/processPlatform.json
  33. /o2server/configSample/jpushConfig.json
  34. /o2server/configSample/qiyeweixin.json
  35. /o2server/configSample/query.json
  36. /o2server/configSample/token.json
  37. /o2server/configSample/vfs.json
  38. /o2server/configSample/weLink.json
  39. /o2server/configSample/workTime.json
  40. /o2server/configSample/zhengwuDingding.json
  41. /o2server/*/src/main/webapp/describe/
  42. /o2server/*/src/main/webapp/WEB-INF/
  43. **/.settings/
  44. **/.classpath
  45. **/.project
  46. /o2custom/
  47. /o2cloud/
  48. /.svn/
  49. *.hprof
  50. /o2web/gulpconfig.js
  51. /node_modules/
  52. /o2web/ftpconfig.js
  53. **/.DS_Store
  54. .DS_Store
  55. **/.idea
  56. /.idea/
  57. # Windows thumbnail cache files
  58. Thumbs.db
  59. Thumbs.db:encryptable
  60. ehthumbs.db
  61. ehthumbs_vista.db
  62. # Dump file
  63. *.stackdump
  64. # Folder config file
  65. [Dd]esktop.ini
  66. # Recycle Bin used on file shares
  67. $RECYCLE.BIN/
  68. # Windows Installer files
  69. *.cab
  70. *.msi
  71. *.msix
  72. *.msm
  73. *.msp
  74. # Windows shortcuts
  75. *.lnk
  76. # Compiled class file
  77. *.class
  78. # Log file
  79. *.log
  80. # BlueJ files
  81. *.ctxt
  82. # Mobile Tools for Java (J2ME)
  83. .mtj.tmp/
  84. # Package Files #
  85. **/*.jar
  86. **/*.war
  87. **/*.nar
  88. **/*.ear
  89. **/*.zip
  90. **/*.tar.gz
  91. **/*.rar
  92. !jar/*.jar
  93. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  94. hs_err_pid*
  95. #jpa enhance class
  96. *_.java
  97. *.iml
  98. # for node
  99. package-lock.json
  100. # Logs
  101. logs
  102. npm-debug.log*
  103. yarn-debug.log*
  104. yarn-error.log*
  105. # Runtime data
  106. pids
  107. *.pid
  108. *.seed
  109. *.pid.lock
  110. # Directory for instrumented libs generated by jscoverage/JSCover
  111. lib-cov
  112. # Coverage directory used by tools like istanbul
  113. coverage
  114. # nyc test coverage
  115. .nyc_output
  116. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  117. .grunt
  118. # Bower dependency directory (https://bower.io/)
  119. bower_components
  120. # node-waf configuration
  121. .lock-wscript
  122. # Compiled binary addons (https://nodejs.org/api/addons.html)
  123. build/Release
  124. # Dependency directories
  125. node_modules/
  126. jspm_packages/
  127. # TypeScript v1 declaration files
  128. typings/
  129. # Optional npm cache directory
  130. .npm
  131. # Optional eslint cache
  132. .eslintcache
  133. # Optional REPL history
  134. .node_repl_history
  135. # Output of 'npm pack'
  136. *.tgz
  137. # Yarn Integrity file
  138. .yarn-integrity
  139. # dotenv environment variables file
  140. .env
  141. # parcel-bundler cache (https://parceljs.org/)
  142. .cache
  143. # next.js build output
  144. .next
  145. # nuxt.js build output
  146. .nuxt
  147. # vuepress build output
  148. .vuepress/dist
  149. # Serverless directories
  150. .serverless/
  151. # FuseBox cache
  152. .fusebox/
  153. #DynamoDB Local files
  154. .dynamodb/
  155. #vscode
  156. **/.factorypath
  157. **/.vscode/
  158. **/pmd.xml
  159. **/cpd.xml
  160. **/pmd.html
  161. **/cpd.html
  162. *.swp
  163. #pom.xml.versionsBackup
  164. *.versionsBackup
  165. *netbean
  166. **/nbproject/