|
| 1 | +########################## Java,Android ############################### |
| 2 | +# built application files for android |
| 3 | +*.apk |
| 4 | +*.ap_ |
| 5 | + |
| 6 | +# files for the dex VM |
| 7 | +*.dex |
| 8 | + |
| 9 | +# Java class files |
| 10 | +*.class |
| 11 | + |
| 12 | +# generated files in java,android |
| 13 | +bin/ |
| 14 | +gen/ |
| 15 | + |
| 16 | +# Local configuration file (sdk path, etc) |
| 17 | +local.properties |
| 18 | + |
| 19 | +# Eclipse project files |
| 20 | +.classpath |
| 21 | +#.settings |
| 22 | +/bin/ |
| 23 | +/target/ |
| 24 | + |
| 25 | +# Proguard folder generated by Eclipse |
| 26 | +proguard/ |
| 27 | + |
| 28 | +# Intellij project files |
| 29 | +*.iml |
| 30 | +*.ipr |
| 31 | +*.iws |
| 32 | +/.idea/ |
| 33 | + |
| 34 | +# Mac files |
| 35 | +.DS_Store |
| 36 | + |
| 37 | +########################### Python ########################### |
| 38 | +# Byte-compiled / optimized / DLL files |
| 39 | +__pycache__/ |
| 40 | +*.py[cod] |
| 41 | + |
| 42 | +# C extensions |
| 43 | +*.so |
| 44 | + |
| 45 | +# Distribution / packaging |
| 46 | +bin/ |
| 47 | +build/ |
| 48 | +develop-eggs/ |
| 49 | +dist/ |
| 50 | +eggs/ |
| 51 | +lib/ |
| 52 | +lib64/ |
| 53 | +parts/ |
| 54 | +sdist/ |
| 55 | +var/ |
| 56 | +*.egg-info/ |
| 57 | +.installed.cfg |
| 58 | +*.egg |
| 59 | + |
| 60 | +# Installer logs |
| 61 | +pip-log.txt |
| 62 | +pip-delete-this-directory.txt |
| 63 | + |
| 64 | +# Unit test / coverage reports |
| 65 | +.tox/ |
| 66 | +.coverage |
| 67 | +.cache |
| 68 | +nosetests.xml |
| 69 | +coverage.xml |
| 70 | + |
| 71 | +# Translations |
| 72 | +*.mo |
| 73 | + |
| 74 | +# Mr Developer |
| 75 | +.mr.developer.cfg |
| 76 | +#.project |
| 77 | +#.pydevproject |
| 78 | + |
| 79 | +# Rope |
| 80 | +.ropeproject |
| 81 | + |
| 82 | +# Django stuff: |
| 83 | +*.log |
| 84 | +*.pot |
| 85 | + |
| 86 | +# Sphinx documentation |
| 87 | +docs/_build/ |
| 88 | + |
| 89 | +########################### GO ########################### |
| 90 | +# Compiled Object files, Static and Dynamic libs (Shared Objects) |
| 91 | +*.o |
| 92 | +*.a |
| 93 | +*.so |
| 94 | + |
| 95 | +# Folders |
| 96 | +_obj |
| 97 | +_test |
| 98 | + |
| 99 | +# Architecture specific extensions/prefixes |
| 100 | +*.[568vq] |
| 101 | +[568vq].out |
| 102 | + |
| 103 | +*.cgo1.go |
| 104 | +*.cgo2.c |
| 105 | +_cgo_defun.c |
| 106 | +_cgo_gotypes.go |
| 107 | +_cgo_export.* |
| 108 | + |
| 109 | +_testmain.go |
| 110 | + |
| 111 | +*.exe |
| 112 | +*.test |
| 113 | + |
| 114 | + |
| 115 | +########################### Ruby ########################### |
| 116 | +*.gem |
| 117 | +*.rbc |
| 118 | +/.config |
| 119 | +/coverage/ |
| 120 | +/InstalledFiles |
| 121 | +/pkg/ |
| 122 | +/spec/reports/ |
| 123 | +/test/tmp/ |
| 124 | +/test/version_tmp/ |
| 125 | +/tmp/ |
| 126 | + |
| 127 | +## Documentation cache and generated files: |
| 128 | +/.yardoc/ |
| 129 | +/_yardoc/ |
| 130 | +/doc/ |
| 131 | +/rdoc/ |
| 132 | + |
| 133 | +## Environment normalisation: |
| 134 | +/.bundle/ |
| 135 | +/lib/bundler/man/ |
| 136 | + |
| 137 | +# for a library or gem, you might want to ignore these files since the code is |
| 138 | +# intended to run in multiple environments; otherwise, check them in: |
| 139 | +# Gemfile.lock |
| 140 | +# .ruby-version |
| 141 | +# .ruby-gemset |
| 142 | + |
| 143 | +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: |
| 144 | +.rvmrc |
| 145 | + |
| 146 | + |
| 147 | +########################### Scala ########################### |
| 148 | +*.class |
| 149 | +*.log |
| 150 | + |
| 151 | +# sbt specific |
| 152 | +.cache/ |
| 153 | +.history/ |
| 154 | +.lib/ |
| 155 | +dist/* |
| 156 | +target/ |
| 157 | +lib_managed/ |
| 158 | +src_managed/ |
| 159 | +project/boot/ |
| 160 | +project/plugins/project/ |
| 161 | + |
| 162 | +# Scala-IDE specific |
| 163 | +.scala_dependencies |
| 164 | +.worksheet |
| 165 | + |
| 166 | + |
| 167 | +########################### R ########################### |
| 168 | +# History files |
| 169 | +.Rhistory |
| 170 | + |
| 171 | +# Example code in package build process |
| 172 | +*-Ex.R |
| 173 | + |
| 174 | + |
| 175 | +##########################Intelij######################### |
| 176 | +# Created by https://www.gitignore.io/api/intellij |
| 177 | + |
| 178 | +### Intellij ### |
| 179 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 180 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 181 | + |
| 182 | +# User-specific stuff: |
| 183 | +.idea/workspace.xml |
| 184 | +.idea/tasks.xml |
| 185 | +.idea/dictionaries |
| 186 | +.idea/vcs.xml |
| 187 | +.idea/jsLibraryMappings.xml |
| 188 | + |
| 189 | +# Sensitive or high-churn files: |
| 190 | +.idea/dataSources.ids |
| 191 | +.idea/dataSources.xml |
| 192 | +.idea/dataSources.local.xml |
| 193 | +.idea/sqlDataSources.xml |
| 194 | +.idea/dynamic.xml |
| 195 | +.idea/uiDesigner.xml |
| 196 | + |
| 197 | +# Gradle: |
| 198 | +.idea/gradle.xml |
| 199 | +.idea/libraries |
| 200 | + |
| 201 | +# Mongo Explorer plugin: |
| 202 | +.idea/mongoSettings.xml |
| 203 | + |
| 204 | +## File-based project format: |
| 205 | +*.iws |
| 206 | + |
| 207 | +## Plugin-specific files: |
| 208 | + |
| 209 | +# IntelliJ |
| 210 | +/out/ |
| 211 | + |
| 212 | +# mpeltonen/sbt-idea plugin |
| 213 | +.idea_modules/ |
| 214 | + |
| 215 | +# JIRA plugin |
| 216 | +atlassian-ide-plugin.xml |
| 217 | + |
| 218 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 219 | +com_crashlytics_export_strings.xml |
| 220 | +crashlytics.properties |
| 221 | +crashlytics-build.properties |
| 222 | +fabric.properties |
| 223 | + |
| 224 | +### Intellij Patch ### |
| 225 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 226 | + |
| 227 | +# *.iml |
| 228 | +# modules.xml |
| 229 | +.idea/libraries/* |
| 230 | +.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml |
| 231 | + |
| 232 | +.idea/libraries/Maven__javax_servlet_servlet_api_2_5.xml |
| 233 | + |
| 234 | +.idea/libraries/Maven__javax_validation_validation_api_1_0_0_GA.xml |
| 235 | + |
| 236 | +.idea/libraries/Maven__junit_junit_3_8_1.xml |
| 237 | + |
| 238 | +.idea/libraries/Maven__org_aspectj_aspectjrt_1_8_5.xml |
| 239 | + |
| 240 | +.idea/libraries/Maven__org_hibernate_hibernate_entitymanager_4_1_9_Final.xml |
| 241 | + |
| 242 | +.idea/libraries/Maven__org_springframework_spring_webmvc_4_2_2_RELEASE.xml |
| 243 | + |
| 244 | +.idea/libraries/Maven__org_springframework_spring_web_4_2_2_RELEASE.xml |
| 245 | + |
| 246 | +.idea/libraries/Maven__org_springframework_spring_tx_4_2_2_RELEASE.xml |
| 247 | + |
| 248 | +.idea/libraries/Maven__org_springframework_spring_orm_4_2_2_RELEASE.xml |
| 249 | + |
| 250 | +.idea/libraries/Maven__org_springframework_spring_jdbc_4_2_2_RELEASE.xml |
| 251 | + |
| 252 | +.idea/libraries/Maven__org_springframework_spring_core_4_2_2_RELEASE.xml |
| 253 | + |
| 254 | +.idea/libraries/Maven__org_springframework_spring_context_4_2_2_RELEASE.xml |
| 255 | + |
| 256 | +.idea/libraries/Maven__org_springframework_spring_expression_4_2_2_RELEASE.xml |
| 257 | + |
| 258 | +.idea/libraries/Maven__org_springframework_spring_beans_4_2_2_RELEASE.xml |
| 259 | + |
| 260 | +.idea/libraries/Maven__org_springframework_spring_aop_4_2_2_RELEASE.xml |
| 261 | + |
| 262 | +.idea/libraries/Maven__org_springframework_data_spring_data_jpa_1_8_0_RELEASE.xml |
| 263 | + |
| 264 | +.idea/libraries/Maven__org_springframework_data_spring_data_commons_1_10_0_RELEASE.xml |
| 265 | + |
| 266 | +.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_10.xml |
| 267 | + |
| 268 | +.idea/libraries/Maven__org_slf4j_jcl_over_slf4j_1_7_10.xml |
| 269 | + |
| 270 | +.idea/*.xml |
| 271 | + |
| 272 | +.idea/libraries/Maven__mysql_mysql_connector_java_5_0_5.xml |
| 273 | + |
| 274 | +.idea/libraries/Maven__org_hibernate_common_hibernate_commons_annotations_4_0_1_Final.xml |
| 275 | + |
| 276 | +.idea/libraries/Maven__org_hibernate_hibernate_core_4_1_9_Final.xml |
| 277 | + |
| 278 | +.idea/libraries/Maven__org_hibernate_javax_persistence_hibernate_jpa_2_0_api_1_0_1_Final.xml |
| 279 | + |
| 280 | +.idea/libraries/Maven__org_hibernate_hibernate_validator_4_2_0_Final.xml |
| 281 | + |
| 282 | +.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_1_0_GA.xml |
| 283 | + |
| 284 | +.idea/libraries/Maven__org_javassist_javassist_3_17_1_GA.xml |
| 285 | + |
| 286 | +.idea/vcs.xml |
0 commit comments