mirror of
https://github.com/github/gitignore
synced 2025-02-20 17:39:09 +01:00
ignore .idea
This commit is contained in:
parent
4488915eec
commit
802de38746
@ -30,3 +30,6 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
||||||
|
@ -50,3 +50,6 @@ modules.order
|
|||||||
Module.symvers
|
Module.symvers
|
||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
||||||
|
@ -19,3 +19,6 @@
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
||||||
|
@ -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
|
@ -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
|
@ -66,3 +66,6 @@ fastlane/test_output
|
|||||||
# https://github.com/johnno1962/injectionforxcode
|
# https://github.com/johnno1962/injectionforxcode
|
||||||
|
|
||||||
iOSInjectionProject/
|
iOSInjectionProject/
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
@ -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/
|
|
@ -67,3 +67,6 @@ yarn-debug.log*
|
|||||||
/storage/*
|
/storage/*
|
||||||
!/storage/.keep
|
!/storage/.keep
|
||||||
/public/uploads
|
/public/uploads
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
@ -88,3 +88,6 @@ fastlane/test_output
|
|||||||
# https://github.com/johnno1962/injectionforxcode
|
# https://github.com/johnno1962/injectionforxcode
|
||||||
|
|
||||||
iOSInjectionProject/
|
iOSInjectionProject/
|
||||||
|
|
||||||
|
# Jetbrains IDE
|
||||||
|
.idea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user