.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. #ignore folder
  61. version.o2
  62. /node_modules/
  63. /jvm/
  64. /commons/
  65. /config/
  66. /store/
  67. /servers/
  68. /describe/
  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