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