.gitignore 2.8 KB

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