.gitignore 2.2 KB

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