1
0
mirror of https://github.com/github/gitignore synced 2025-02-20 17:39:09 +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 *.exe
*.out *.out
*.app *.app
# Jetbrains IDE
.idea

View File

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

View File

@ -19,3 +19,6 @@
# Go workspace file # Go workspace file
go.work 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 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
# Jetbrains IDE
.idea

View File

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

View File

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

View File

@ -152,9 +152,5 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
# PyCharm # Jetbrains IDE
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can .idea
# 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/

View File

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

View File

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