ignore idea files

Signed-off-by: Holger Protzek <holger.protzek@springernature.com>
This commit is contained in:
Holger Protzek 2019-05-10 10:27:31 +02:00
parent a95c548a2e
commit 86f1fa8849
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
.idea
*.iml
node_modules
*-packr.go
tags

View File

@ -9,7 +9,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = FDescribe("ValidateConfig", func() {
var _ = Describe("ValidateConfig", func() {
var (
config Config