.gitignore 2.4 KB

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