.gitignore 2.3 KB

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