From 802de38746dfe3c8c4f8a8f3d052aaf875597bd7 Mon Sep 17 00:00:00 2001 From: Joshua Turner Date: Mon, 26 Dec 2022 17:43:04 +1000 Subject: [PATCH] ignore .idea --- C++.gitignore | 3 +++ C.gitignore | 3 +++ Go.gitignore | 3 +++ Java.gitignore | 3 +++ Node.gitignore | 3 +++ Objective-C.gitignore | 3 +++ Python.gitignore | 8 ++------ Rails.gitignore | 3 +++ Swift.gitignore | 3 +++ 9 files changed, 26 insertions(+), 6 deletions(-) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..9f907877 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# Jetbrains IDE +.idea diff --git a/C.gitignore b/C.gitignore index c6127b38..2a77029b 100644 --- a/C.gitignore +++ b/C.gitignore @@ -50,3 +50,6 @@ modules.order Module.symvers Mkfile.old dkms.conf + +# Jetbrains IDE +.idea diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..0aa59de0 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# Jetbrains IDE +.idea diff --git a/Java.gitignore b/Java.gitignore index 524f0963..63f961d2 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -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 \ No newline at end of file diff --git a/Node.gitignore b/Node.gitignore index c6bba591..35211e15 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -128,3 +128,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Jetbrains IDE +.idea \ No newline at end of file diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c930..46fec659 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -66,3 +66,6 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + +# Jetbrains IDE +.idea \ No newline at end of file diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..dab173c4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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 \ No newline at end of file diff --git a/Rails.gitignore b/Rails.gitignore index c55bb713..26879633 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -67,3 +67,6 @@ yarn-debug.log* /storage/* !/storage/.keep /public/uploads + +# Jetbrains IDE +.idea \ No newline at end of file diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..eb3a0e29 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -88,3 +88,6 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + +# Jetbrains IDE +.idea