diff --git a/.gitignore b/.gitignore index c2023ef8c4..1c903d0e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /OSS-jOOQ-codegen /OSS-jOOQ-codegen-maven /target +/*.iml +/.idea diff --git a/jOOQ-codegen-maven/.gitignore b/jOOQ-codegen-maven/.gitignore index ea8c4bf7f3..e8e5bad2d2 100644 --- a/jOOQ-codegen-maven/.gitignore +++ b/jOOQ-codegen-maven/.gitignore @@ -1 +1,3 @@ /target +/.idea +/*.iml \ No newline at end of file diff --git a/jOOQ-codegen/.gitignore b/jOOQ-codegen/.gitignore index ea8c4bf7f3..e8e5bad2d2 100644 --- a/jOOQ-codegen/.gitignore +++ b/jOOQ-codegen/.gitignore @@ -1 +1,3 @@ /target +/.idea +/*.iml \ No newline at end of file diff --git a/jOOQ-meta/.gitignore b/jOOQ-meta/.gitignore index ea8c4bf7f3..4b664f2ce0 100644 --- a/jOOQ-meta/.gitignore +++ b/jOOQ-meta/.gitignore @@ -1 +1,3 @@ /target +/.idea +/*.iml diff --git a/jOOQ-scala/.gitignore b/jOOQ-scala/.gitignore index 718fbd9eb1..41b88d42d8 100644 --- a/jOOQ-scala/.gitignore +++ b/jOOQ-scala/.gitignore @@ -1,2 +1,6 @@ /target + /.cache + +/.idea +/*.iml \ No newline at end of file diff --git a/jOOQ-test/.gitignore b/jOOQ-test/.gitignore index 6a1ff93cbe..8e3729f6f4 100644 --- a/jOOQ-test/.gitignore +++ b/jOOQ-test/.gitignore @@ -12,3 +12,6 @@ /access /velocity.log /target + +/.idea +/*.iml \ No newline at end of file diff --git a/jOOQ/.gitignore b/jOOQ/.gitignore index ea8c4bf7f3..fb2c9cf21c 100644 --- a/jOOQ/.gitignore +++ b/jOOQ/.gitignore @@ -1 +1,2 @@ /target +/jooq.iml