|
1 | 1 | tinyfaas-*
|
2 | 2 | cmd/manager/rproxy-*.bin
|
3 | 3 | tmp/
|
4 |
| - |
5 |
| -# Created by https://www.toptal.com/developers/gitignore/api/go,node,python,visualstudiocode,macos |
6 |
| -# Edit at https://www.toptal.com/developers/gitignore?templates=go,node,python,visualstudiocode,macos |
| 4 | +# Created by https://www.toptal.com/developers/gitignore/api/go,node,macos,python,visualstudiocode,intellij |
| 5 | +# Edit at https://www.toptal.com/developers/gitignore?templates=go,node,macos,python,visualstudiocode,intellij |
7 | 6 |
|
8 | 7 | ### Go ###
|
9 | 8 | # If you prefer the allow list template instead of the deny list, see community template:
|
|
28 | 27 | # Go workspace file
|
29 | 28 | go.work
|
30 | 29 |
|
| 30 | +### Intellij ### |
| 31 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 32 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 33 | + |
| 34 | +# User-specific stuff |
| 35 | +.idea/**/workspace.xml |
| 36 | +.idea/**/tasks.xml |
| 37 | +.idea/**/usage.statistics.xml |
| 38 | +.idea/**/dictionaries |
| 39 | +.idea/**/shelf |
| 40 | + |
| 41 | +# AWS User-specific |
| 42 | +.idea/**/aws.xml |
| 43 | + |
| 44 | +# Generated files |
| 45 | +.idea/**/contentModel.xml |
| 46 | + |
| 47 | +# Sensitive or high-churn files |
| 48 | +.idea/**/dataSources/ |
| 49 | +.idea/**/dataSources.ids |
| 50 | +.idea/**/dataSources.local.xml |
| 51 | +.idea/**/sqlDataSources.xml |
| 52 | +.idea/**/dynamic.xml |
| 53 | +.idea/**/uiDesigner.xml |
| 54 | +.idea/**/dbnavigator.xml |
| 55 | + |
| 56 | +# Gradle |
| 57 | +.idea/**/gradle.xml |
| 58 | +.idea/**/libraries |
| 59 | + |
| 60 | +# Gradle and Maven with auto-import |
| 61 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 62 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 63 | +# auto-import. |
| 64 | +# .idea/artifacts |
| 65 | +# .idea/compiler.xml |
| 66 | +# .idea/jarRepositories.xml |
| 67 | +# .idea/modules.xml |
| 68 | +# .idea/*.iml |
| 69 | +# .idea/modules |
| 70 | +# *.iml |
| 71 | +# *.ipr |
| 72 | + |
| 73 | +# CMake |
| 74 | +cmake-build-*/ |
| 75 | + |
| 76 | +# Mongo Explorer plugin |
| 77 | +.idea/**/mongoSettings.xml |
| 78 | + |
| 79 | +# File-based project format |
| 80 | +*.iws |
| 81 | + |
| 82 | +# IntelliJ |
| 83 | +out/ |
| 84 | + |
| 85 | +# mpeltonen/sbt-idea plugin |
| 86 | +.idea_modules/ |
| 87 | + |
| 88 | +# JIRA plugin |
| 89 | +atlassian-ide-plugin.xml |
| 90 | + |
| 91 | +# Cursive Clojure plugin |
| 92 | +.idea/replstate.xml |
| 93 | + |
| 94 | +# SonarLint plugin |
| 95 | +.idea/sonarlint/ |
| 96 | + |
| 97 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 98 | +com_crashlytics_export_strings.xml |
| 99 | +crashlytics.properties |
| 100 | +crashlytics-build.properties |
| 101 | +fabric.properties |
| 102 | + |
| 103 | +# Editor-based Rest Client |
| 104 | +.idea/httpRequests |
| 105 | + |
| 106 | +# Android studio 3.1+ serialized cache file |
| 107 | +.idea/caches/build_file_checksums.ser |
| 108 | + |
| 109 | +### Intellij Patch ### |
| 110 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 111 | + |
| 112 | +# *.iml |
| 113 | +# modules.xml |
| 114 | +# .idea/misc.xml |
| 115 | +# *.ipr |
| 116 | + |
| 117 | +# Sonarlint plugin |
| 118 | +# https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 119 | +.idea/**/sonarlint/ |
| 120 | + |
| 121 | +# SonarQube Plugin |
| 122 | +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 123 | +.idea/**/sonarIssues.xml |
| 124 | + |
| 125 | +# Markdown Navigator plugin |
| 126 | +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 127 | +.idea/**/markdown-navigator.xml |
| 128 | +.idea/**/markdown-navigator-enh.xml |
| 129 | +.idea/**/markdown-navigator/ |
| 130 | + |
| 131 | +# Cache file creation bug |
| 132 | +# See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 133 | +.idea/$CACHE_FILE$ |
| 134 | + |
| 135 | +# CodeStream plugin |
| 136 | +# https://plugins.jetbrains.com/plugin/12206-codestream |
| 137 | +.idea/codestream.xml |
| 138 | + |
| 139 | +# Azure Toolkit for IntelliJ plugin |
| 140 | +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
| 141 | +.idea/**/azureSettings.xml |
| 142 | + |
31 | 143 | ### macOS ###
|
32 | 144 | # General
|
33 | 145 | .DS_Store
|
@@ -388,4 +500,4 @@ pyrightconfig.json
|
388 | 500 | .history
|
389 | 501 | .ionide
|
390 | 502 |
|
391 |
| -# End of https://www.toptal.com/developers/gitignore/api/go,node,python,visualstudiocode,macos |
| 503 | +# End of https://www.toptal.com/developers/gitignore/api/go,node,macos,python,visualstudiocode,intellij |
0 commit comments