.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. /o2server/**/src/main/webapp/describe/
  58. **/target/
  59. #ignore folder
  60. version.o2
  61. /node_modules/
  62. /o2server/jvm/
  63. /o2server/commons/
  64. /o2server/config/
  65. /o2server/servers/
  66. /o2server/local/
  67. # for node
  68. package-lock.json
  69. # Logs
  70. logs
  71. npm-debug.log*
  72. yarn-debug.log*
  73. yarn-error.log*
  74. # Runtime data
  75. pids
  76. *.pid
  77. *.seed
  78. *.pid.lock
  79. # Directory for instrumented libs generated by jscoverage/JSCover
  80. lib-cov
  81. # Coverage directory used by tools like istanbul
  82. coverage
  83. # nyc test coverage
  84. .nyc_output
  85. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  86. .grunt
  87. # Bower dependency directory (https://bower.io/)
  88. bower_components
  89. # node-waf configuration
  90. .lock-wscript
  91. # Compiled binary addons (https://nodejs.org/api/addons.html)
  92. build/Release
  93. # Dependency directories
  94. node_modules/
  95. jspm_packages/
  96. # TypeScript v1 declaration files
  97. typings/
  98. # Optional npm cache directory
  99. .npm
  100. # Optional eslint cache
  101. .eslintcache
  102. # Optional REPL history
  103. .node_repl_history
  104. # Output of 'npm pack'
  105. *.tgz
  106. # Yarn Integrity file
  107. .yarn-integrity
  108. # dotenv environment variables file
  109. .env
  110. # parcel-bundler cache (https://parceljs.org/)
  111. .cache
  112. # next.js build output
  113. .next
  114. # nuxt.js build output
  115. .nuxt
  116. # vuepress build output
  117. .vuepress/dist
  118. # Serverless directories
  119. .serverless/
  120. # FuseBox cache
  121. .fusebox/
  122. #DynamoDB Local files
  123. .dynamodb/
  124. #vscode
  125. .factorypath