.gitignore 3.2 KB

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