.idea Directory ignore by git now

This commit is contained in:
name 2020-12-17 08:41:19 +01:00
parent bb857b0d13
commit 844f06f1e0

3
.gitignore vendored
View file

@ -35,4 +35,5 @@ bin/**/*
target/**/* target/**/*
build/**/* build/**/*
gen/**/* gen/**/*
out/**/* out/**/*
.idea/