.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /o2cloud/
  2. **/.settings/
  3. .classpath
  4. .project
  5. /target/
  6. /o2custom/
  7. /.svn/
  8. /o2web/ftpconfig.js
  9. **/.DS_Store
  10. .DS_Store
  11. **/.idea
  12. /.idea/
  13. # Windows thumbnail cache files
  14. Thumbs.db
  15. Thumbs.db:encryptable
  16. ehthumbs.db
  17. ehthumbs_vista.db
  18. # Dump file
  19. *.stackdump
  20. # Folder config file
  21. [Dd]esktop.ini
  22. # Recycle Bin used on file shares
  23. $RECYCLE.BIN/
  24. # Windows Installer files
  25. *.cab
  26. *.msi
  27. *.msix
  28. *.msm
  29. *.msp
  30. # Windows shortcuts
  31. *.lnk
  32. # Compiled class file
  33. *.class
  34. # Log file
  35. *.log
  36. # BlueJ files
  37. *.ctxt
  38. # Mobile Tools for Java (J2ME)
  39. .mtj.tmp/
  40. # Package Files #
  41. **/*.jar
  42. **/*.war
  43. **/*.nar
  44. **/*.ear
  45. **/*.zip
  46. **/*.tar.gz
  47. **/*.rar
  48. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  49. hs_err_pid*
  50. #jpa enhance class
  51. *_.java
  52. *.iml
  53. #ignore mvn test directory
  54. **/src/test/
  55. command.swap
  56. **/bin/
  57. **/src/main/webapp/describe/
  58. **/target/
  59. /target/**
  60. /o2server/servers/
  61. #ignore folder
  62. version.o2
  63. /node_modules/
  64. /jvm/
  65. /commons/
  66. /config/
  67. /store/
  68. /servers/
  69. /describe/
  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. /o2server/commons/
  130. /o2server/jvm/
  131. /o2web/gulpconfig.js