steps
-
edit
.gitconfig
file-
add
excludesfile
line tocore
section[core] autocrlf = true excludesfile = c:/Users/Administrator/.gitignore_global
-
save this file
-
-
create a new file
.gitignore_blobal
-
add file or folder to ignore
# eg. .idea/ *.iml
-
-
done