.gitignore 2.2 KB

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