Skip to content

Commit

Permalink
apply .gitignore for @JetBrains via @toptal (undo b35ac59)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed Aug 12, 2020
1 parent b018209 commit 3b01d93
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 32 deletions.
31 changes: 29 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Copied 𝑖𝑛 𝑡𝑜𝑡𝑜 from https://web.archive.org/web/20191223223417id_/raw.githubusercontent.com/github/gitignore/21e9f06539cdbc1ccbbb2ce59cd667be3e172fc8/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# ╭╮
# ╭╯╰╮
# ╭━━╋╮╭╋┳━━┳━╮╭━━┳━┳━━╮
# ┃╭╮┣┫┃┣┫╭╮┃╭╮┫╭╮┃╭┫┃━┫
# ╭┫╰╯┃┃╰┫┃╰╯┃┃┃┃╰╯┃┃┃┃━┫
# ╰┻━╮┣┻━┻┻━╮┣╯╰┻━━┻╯╰━━╯
# ╭━╯┃ ╭━╯┃
# ╰━━╯ ╰━━╯
#
# https://gitignore.io/api/jetbrains+all

### JetBrains+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
Expand Down Expand Up @@ -70,3 +81,19 @@ fabric.properties

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### JetBrains+all Patch ###
# Ignores the whole .idea folder and all .iml files
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360

.idea/

# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

*.iml
modules.xml
.idea/misc.xml
*.ipr

# Sonarlint plugin
.idea/sonarlint
2 changes: 0 additions & 2 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/Fallback.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit 3b01d93

Please sign in to comment.