would you add under VCS in `.idea` : `codeStyles/c...
# random
e
would you add under VCS in
.idea
:
codeStyles/codeStyleConfig.xml
,
encodings.xml
,
misc.xml
and
vcs.xml
?
đźš« 2
yes black 2
m
This is my typical
.gitignore
. I don’t include
misc.xml
and
vcs.xml
. And I never have an
encodings.xml
anyway.
Copy code
*.iml
/.idea/**
!/.idea/codeStyles/
!/.idea/codeStyles/**
!/.idea/dictionaries/
!/.idea/dictionaries/**
!/.idea/inspectionProfiles/
!/.idea/inspectionProfiles/**
!/.idea/runConfigurations/
!/.idea/runConfigurations/**
!/.idea/gradle.xml
!/.idea/saveactions_settings.xml
.DS_Store
.gradle
build
out
g
yes, except vcs and encodings
e
why?
g
nope, actually I have encoding
maybe worth to add vcs, has nothing against it, looks as small config