.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /qhiot-web/logs
  2. /qhiot-web/activemq-data
  3. rebel.xml
  4. ### Maven template
  5. target/
  6. pom.xml.tag
  7. pom.xml.releaseBackup
  8. pom.xml.versionsBackup
  9. pom.xml.next
  10. release.properties
  11. dependency-reduced-pom.xml
  12. buildNumber.properties
  13. .mvn/timing.properties
  14. ### VisualStudioCode template
  15. .vscode
  16. ### Java template
  17. *.class
  18. # Mobile Tools for Java (J2ME)
  19. .mtj.tmp/
  20. # Package Files #
  21. *.jar
  22. *.war
  23. *.ear
  24. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  25. hs_err_pid*
  26. ### Eclipse template
  27. .metadata
  28. bin/
  29. tmp/
  30. *.tmp
  31. *.bak
  32. *.swp
  33. *~.nib
  34. local.properties
  35. .settings/
  36. .loadpath
  37. .recommenders
  38. # Eclipse Core
  39. .project
  40. # External tool builders
  41. .externalToolBuilders/
  42. # Locally stored "Eclipse launch configurations"
  43. *.launch
  44. # PyDev specific (Python IDE for Eclipse)
  45. *.pydevproject
  46. # CDT-specific (C/C++ Development Tooling)
  47. .cproject
  48. # JDT-specific (Eclipse Java Development Tools)
  49. .classpath
  50. # Java annotation processor (APT)
  51. .factorypath
  52. # PDT-specific (PHP Development Tools)
  53. .buildpath
  54. # sbteclipse plugin
  55. .target
  56. # Tern plugin
  57. .tern-project
  58. # TeXlipse plugin
  59. .texlipse
  60. # STS (Spring Tool Suite)
  61. .springBeans
  62. # Code Recommenders
  63. .recommenders/
  64. ### TortoiseGit template
  65. # Project-level settings
  66. /.tgitconfig
  67. ### SublimeText template
  68. # cache files for sublime text
  69. *.tmlanguage.cache
  70. *.tmPreferences.cache
  71. *.stTheme.cache
  72. # workspace files are user-specific
  73. *.sublime-workspace
  74. # project files should be checked into the repository, unless a significant
  75. # proportion of contributors will probably not be using SublimeText
  76. # *.sublime-project
  77. # sftp configuration file
  78. sftp-config.json
  79. # Package control specific files
  80. Package Control.last-run
  81. Package Control.ca-list
  82. Package Control.ca-bundle
  83. Package Control.system-ca-bundle
  84. Package Control.cache/
  85. Package Control.ca-certs/
  86. bh_unicode_properties.cache
  87. # Sublime-github package stores a github token in this file
  88. # https://packagecontrol.io/packages/sublime-github
  89. GitHub.sublime-settings
  90. ### JetBrains template
  91. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  92. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  93. # User-specific stuff:
  94. .idea/
  95. .idea/workspace.xml
  96. .idea/tasks.xml
  97. .idea/dictionaries
  98. .idea/vcs.xml
  99. .idea/jsLibraryMappings.xml
  100. # Sensitive or high-churn files:
  101. .idea/dataSources.ids
  102. .idea/dataSources.xml
  103. .idea/dataSources.local.xml
  104. .idea/sqlDataSources.xml
  105. .idea/dynamic.xml
  106. .idea/uiDesigner.xml
  107. # Gradle:
  108. .idea/gradle.xml
  109. .idea/libraries
  110. # Mongo Explorer plugin:
  111. .idea/mongoSettings.xml
  112. ## File-based project format:
  113. *.iws
  114. *.iml
  115. *.ipr
  116. ## Plugin-specific files:
  117. # IntelliJ
  118. /out/
  119. # mpeltonen/sbt-idea plugin
  120. .idea_modules/
  121. # JIRA plugin
  122. atlassian-ide-plugin.xml
  123. # Crashlytics plugin (for Android Studio and IntelliJ)
  124. com_crashlytics_export_strings.xml
  125. crashlytics.properties
  126. crashlytics-build.properties
  127. fabric.properties
  128. qhiot-web/src/main/webapp/static/cache
  129. qhiot-web/src/main/webapp/static/scripts/dictformatter.min.js
  130. qhiot-webcore/node_modules
  131. Thumbs.db
  132. qhiot-webcore/package-lock.json
  133. qhiot-webcore/sublime-gulp.log