github.com/aldelo/common@v1.5.1/.gitignore (about) 1 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 2 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 3 4 # User-specific stuff 5 .idea/**/workspace.xml 6 .idea/**/tasks.xml 7 .idea/**/usage.statistics.xml 8 .idea/**/dictionaries 9 .idea/**/shelf 10 11 # Generated files 12 .idea/**/contentModel.xml 13 14 # Sensitive or high-churn files 15 .idea/**/dataSources/ 16 .idea/**/dataSources.ids 17 .idea/**/dataSources.local.xml 18 .idea/**/sqlDataSources.xml 19 .idea/**/dynamic.xml 20 .idea/**/uiDesigner.xml 21 .idea/**/dbnavigator.xml 22 23 # Gradle 24 .idea/**/gradle.xml 25 .idea/**/libraries 26 27 # Gradle and Maven with auto-import 28 # When using Gradle or Maven with auto-import, you should exclude module files, 29 # since they will be recreated, and may cause churn. Uncomment if using 30 # auto-import. 31 .idea/artifacts 32 .idea/compiler.xml 33 .idea/jarRepositories.xml 34 .idea/modules.xml 35 .idea/workspace.xml 36 .idea/vcs.xml 37 .idea/*.iml 38 .idea/modules 39 *.iml 40 *.ipr 41 42 .DS_Store 43 44 # CMake 45 cmake-build-*/ 46 47 # Mongo Explorer plugin 48 .idea/**/mongoSettings.xml 49 50 # File-based project format 51 *.iws 52 53 # IntelliJ 54 out/ 55 56 # mpeltonen/sbt-idea plugin 57 .idea_modules/ 58 59 # JIRA plugin 60 atlassian-ide-plugin.xml 61 62 # Cursive Clojure plugin 63 .idea/replstate.xml 64 65 # Crashlytics plugin (for Android Studio and IntelliJ) 66 com_crashlytics_export_strings.xml 67 crashlytics.properties 68 crashlytics-build.properties 69 fabric.properties 70 71 # Editor-based Rest Client 72 .idea/httpRequests 73 74 # Android studio 3.1+ serialized cache file 75 .idea/caches/build_file_checksums.ser