1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00

ignore .idea

This commit is contained in:
Joshua Turner 2022-12-26 17:43:04 +10:00
parent 4488915eec
commit 802de38746
9 changed files with 26 additions and 6 deletions

View File

@ -30,3 +30,6 @@
*.exe
*.out
*.app
# Jetbrains IDE
.idea

View File

@ -50,3 +50,6 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
# Jetbrains IDE
.idea

View File

@ -19,3 +19,6 @@
# Go workspace file
go.work
# Jetbrains IDE
.idea

View File

@ -22,3 +22,6 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# Jetbrains IDE
.idea

View File

@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Jetbrains IDE
.idea

View File

@ -66,3 +66,6 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/
# Jetbrains IDE
.idea

View File

@ -152,9 +152,5 @@ dmypy.json
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Jetbrains IDE
.idea

View File

@ -67,3 +67,6 @@ yarn-debug.log*
/storage/*
!/storage/.keep
/public/uploads
# Jetbrains IDE
.idea

View File

@ -88,3 +88,6 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/
# Jetbrains IDE
.idea