.gitignore 2.8 KB

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