|
| 1 | +### JetBrains template |
| 2 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 3 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 4 | + |
| 5 | +# JetBrains settings |
| 6 | +.idea/ |
| 7 | + |
| 8 | +# User-specific stuff |
| 9 | +.idea/**/workspace.xml |
| 10 | +.idea/**/tasks.xml |
| 11 | +.idea/**/usage.statistics.xml |
| 12 | +.idea/**/dictionaries |
| 13 | +.idea/**/shelf |
| 14 | + |
| 15 | +# Generated files |
| 16 | +.idea/**/contentModel.xml |
| 17 | + |
| 18 | +# Sensitive or high-churn files |
| 19 | +.idea/**/dataSources/ |
| 20 | +.idea/**/dataSources.ids |
| 21 | +.idea/**/dataSources.local.xml |
| 22 | +.idea/**/sqlDataSources.xml |
| 23 | +.idea/**/dynamic.xml |
| 24 | +.idea/**/uiDesigner.xml |
| 25 | +.idea/**/dbnavigator.xml |
| 26 | + |
| 27 | +# Gradle |
| 28 | +.idea/**/gradle.xml |
| 29 | +.idea/**/libraries |
| 30 | + |
| 31 | +# Gradle and Maven with auto-import |
| 32 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 33 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 34 | +# auto-import. |
| 35 | +# .idea/artifacts |
| 36 | +# .idea/compiler.xml |
| 37 | +# .idea/jarRepositories.xml |
| 38 | +# .idea/modules.xml |
| 39 | +# .idea/*.iml |
| 40 | +# .idea/modules |
| 41 | +# *.iml |
| 42 | +# *.ipr |
| 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 |
| 76 | + |
| 77 | +# Created by .ignore support plugin (hsz.mobi) |
| 78 | +### Terraform template |
| 79 | +# Local .terraform directories |
| 80 | +.terraform/ |
| 81 | + |
| 82 | +# .tfstate files |
| 83 | +*.tfstate |
| 84 | +*.tfstate.* |
| 85 | + |
| 86 | +# Crash log files |
| 87 | +crash.log |
| 88 | + |
| 89 | +# Exclude all .tfvars files, which are likely to contain sentitive data, such as |
| 90 | +# password, private keys, and other secrets. These should not be part of version |
| 91 | +# control as they are data points which are potentially sensitive and subject |
| 92 | +# to change depending on the environment. |
| 93 | +# |
| 94 | +*.tfvars |
| 95 | + |
| 96 | +# Ignore override files as they are usually used to override resources locally and so |
| 97 | +# are not checked in |
| 98 | +override.tf |
| 99 | +override.tf.json |
| 100 | +*_override.tf |
| 101 | +*_override.tf.json |
| 102 | + |
| 103 | +# Include override files you do wish to add to version control using negated pattern |
| 104 | +# |
| 105 | +# !example_override.tf |
| 106 | + |
| 107 | +# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan |
| 108 | +# example: *tfplan* |
| 109 | + |
| 110 | +# Ignore CLI configuration files |
| 111 | +.terraformrc |
| 112 | +terraform.rc |
| 113 | +.terraform.lock.hcl |
0 commit comments