Add .idea to gitignore

This commit is contained in:
name 2021-02-01 04:19:29 +01:00
parent 6ef0b64e97
commit 433ae7d6b4

4
.gitignore vendored
View file

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