123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- /qhiot-web/logs
- /qhiot-web/activemq-data
- rebel.xml
- ### Maven template
- target/
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.versionsBackup
- pom.xml.next
- release.properties
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- ### VisualStudioCode template
- .vscode
- ### Java template
- *.class
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- # Package Files #
- *.jar
- *.war
- *.ear
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- ### Eclipse template
- .metadata
- bin/
- tmp/
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .settings/
- .loadpath
- .recommenders
- # Eclipse Core
- .project
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # PyDev specific (Python IDE for Eclipse)
- *.pydevproject
- # CDT-specific (C/C++ Development Tooling)
- .cproject
- # JDT-specific (Eclipse Java Development Tools)
- .classpath
- # Java annotation processor (APT)
- .factorypath
- # PDT-specific (PHP Development Tools)
- .buildpath
- # sbteclipse plugin
- .target
- # Tern plugin
- .tern-project
- # TeXlipse plugin
- .texlipse
- # STS (Spring Tool Suite)
- .springBeans
- # Code Recommenders
- .recommenders/
- ### TortoiseGit template
- # Project-level settings
- /.tgitconfig
- ### SublimeText template
- # cache files for sublime text
- *.tmlanguage.cache
- *.tmPreferences.cache
- *.stTheme.cache
- # workspace files are user-specific
- *.sublime-workspace
- # project files should be checked into the repository, unless a significant
- # proportion of contributors will probably not be using SublimeText
- # *.sublime-project
- # sftp configuration file
- sftp-config.json
- # Package control specific files
- Package Control.last-run
- Package Control.ca-list
- Package Control.ca-bundle
- Package Control.system-ca-bundle
- Package Control.cache/
- Package Control.ca-certs/
- bh_unicode_properties.cache
- # Sublime-github package stores a github token in this file
- # https://packagecontrol.io/packages/sublime-github
- GitHub.sublime-settings
- ### JetBrains template
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
- # User-specific stuff:
- .idea/
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/dictionaries
- .idea/vcs.xml
- .idea/jsLibraryMappings.xml
- # Sensitive or high-churn files:
- .idea/dataSources.ids
- .idea/dataSources.xml
- .idea/dataSources.local.xml
- .idea/sqlDataSources.xml
- .idea/dynamic.xml
- .idea/uiDesigner.xml
- # Gradle:
- .idea/gradle.xml
- .idea/libraries
- # Mongo Explorer plugin:
- .idea/mongoSettings.xml
- ## File-based project format:
- *.iws
- *.iml
- *.ipr
- ## Plugin-specific files:
- # IntelliJ
- /out/
- # mpeltonen/sbt-idea plugin
- .idea_modules/
- # JIRA plugin
- atlassian-ide-plugin.xml
- # Crashlytics plugin (for Android Studio and IntelliJ)
- com_crashlytics_export_strings.xml
- crashlytics.properties
- crashlytics-build.properties
- fabric.properties
- qhiot-web/src/main/webapp/static/cache
- qhiot-web/src/main/webapp/static/scripts/dictformatter.min.js
- qhiot-webcore/node_modules
- Thumbs.db
- qhiot-webcore/package-lock.json
- qhiot-webcore/sublime-gulp.log
|