.gitignore 2.4 KB

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