.gitignore 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  93. hs_err_pid*
  94. #jpa enhance class
  95. *_.java
  96. *.iml
  97. # for node
  98. package-lock.json
  99. # Logs
  100. logs
  101. npm-debug.log*
  102. yarn-debug.log*
  103. yarn-error.log*
  104. # Runtime data
  105. pids
  106. *.pid
  107. *.seed
  108. *.pid.lock
  109. # Directory for instrumented libs generated by jscoverage/JSCover
  110. lib-cov
  111. # Coverage directory used by tools like istanbul
  112. coverage
  113. # nyc test coverage
  114. .nyc_output
  115. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  116. .grunt
  117. # Bower dependency directory (https://bower.io/)
  118. bower_components
  119. # node-waf configuration
  120. .lock-wscript
  121. # Compiled binary addons (https://nodejs.org/api/addons.html)
  122. build/Release
  123. # Dependency directories
  124. node_modules/
  125. jspm_packages/
  126. # TypeScript v1 declaration files
  127. typings/
  128. # Optional npm cache directory
  129. .npm
  130. # Optional eslint cache
  131. .eslintcache
  132. # Optional REPL history
  133. .node_repl_history
  134. # Output of 'npm pack'
  135. *.tgz
  136. # Yarn Integrity file
  137. .yarn-integrity
  138. # dotenv environment variables file
  139. .env
  140. # parcel-bundler cache (https://parceljs.org/)
  141. .cache
  142. # next.js build output
  143. .next
  144. # nuxt.js build output
  145. .nuxt
  146. # vuepress build output
  147. .vuepress/dist
  148. # Serverless directories
  149. .serverless/
  150. # FuseBox cache
  151. .fusebox/
  152. #DynamoDB Local files
  153. .dynamodb/
  154. #vscode
  155. **/.factorypath
  156. **/.vscode/
  157. **/pmd.xml
  158. **/cpd.xml
  159. **/pmd.html
  160. **/cpd.html
  161. *.swp
  162. #pom.xml.versionsBackup
  163. *.versionsBackup
  164. *netbean
  165. **/nbproject/