y.busko | 16c9954 | 2021-04-13 10:38:31 +0200 | [diff] [blame] | 1 | ### Java template |
| 2 | # Compiled class file |
| 3 | *.class |
| 4 | |
| 5 | # Package Files # |
| 6 | *.jar |
| 7 | *.war |
| 8 | *.nar |
| 9 | *.ear |
| 10 | *.zip |
| 11 | *.tar.gz |
| 12 | *.rar |
| 13 | |
| 14 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 15 | hs_err_pid* |
| 16 | |
| 17 | ### JetBrains template |
| 18 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 19 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 20 | |
| 21 | **/.idea |
| 22 | |
| 23 | # CMake |
| 24 | cmake-build-*/ |
| 25 | |
| 26 | # Mongo Explorer plugin |
| 27 | .idea/**/mongoSettings.xml |
| 28 | |
| 29 | # File-based project format |
| 30 | *.iws |
| 31 | |
| 32 | # IntelliJ |
| 33 | out/ |
| 34 | |
| 35 | # mpeltonen/sbt-idea plugin |
| 36 | .idea_modules/ |
| 37 | |
| 38 | # JIRA plugin |
| 39 | atlassian-ide-plugin.xml |
| 40 | |
| 41 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 42 | com_crashlytics_export_strings.xml |
| 43 | crashlytics.properties |
| 44 | crashlytics-build.properties |
| 45 | fabric.properties |
| 46 | |
| 47 | ### Maven template |
| 48 | **/target/ |
| 49 | pom.xml.tag |
| 50 | pom.xml.releaseBackup |
| 51 | pom.xml.versionsBackup |
| 52 | pom.xml.next |
| 53 | release.properties |
| 54 | dependency-reduced-pom.xml |
| 55 | buildNumber.properties |
| 56 | .mvn/timing.properties |
| 57 | # https://github.com/takari/maven-wrapper#usage-without-binary-jar |
| 58 | .mvn/wrapper/maven-wrapper.jar |
| 59 | |
| 60 | ### Eclipse template |
| 61 | .metadata |
| 62 | bin/ |
| 63 | tmp/ |
| 64 | *.tmp |
| 65 | *.bak |
| 66 | *.swp |
| 67 | *~.nib |
| 68 | local.properties |
| 69 | .settings/ |
| 70 | .loadpath |
| 71 | .recommenders |
| 72 | |
| 73 | # External tool builders |
| 74 | .externalToolBuilders/ |
| 75 | |
| 76 | # Locally stored "Eclipse launch configurations" |
| 77 | *.launch |
| 78 | |
| 79 | # PyDev specific (Python IDE for Eclipse) |
| 80 | *.pydevproject |
| 81 | |
| 82 | # Java annotation processor (APT) |
| 83 | .factorypath |
| 84 | |
| 85 | # sbteclipse plugin |
| 86 | .target |
| 87 | |
| 88 | # Tern plugin |
| 89 | .tern-project |
| 90 | |
| 91 | # TeXlipse plugin |
| 92 | .texlipse |
| 93 | |
| 94 | # STS (Spring Tool Suite) |
| 95 | .springBeans |
| 96 | |
| 97 | # Code Recommenders |
| 98 | .recommenders/ |
| 99 | |
| 100 | # Annotation Processing |
| 101 | .apt_generated/ |
| 102 | .apt_generated_test/ |
| 103 | |
| 104 | # Uncomment this line if you wish to ignore the project description file. |
| 105 | # Typically, this file would be tracked if it contains build/dependency configurations: |
| 106 | #.project |
| 107 | rapp.iml |
| 108 | datacollector.iml |
y.busko | 8f21c92 | 2021-04-14 16:13:09 +0200 | [diff] [blame] | 109 | sleepingcelldetector.iml |
| 110 | |
| 111 | datacollector/doc/swagger/html/* |
| 112 | datacollector/doc/swagger/*json |