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