Git ignores the build directory of the Spring-Consumer
[demos/example-siren] / .gitignore
index a1fc39c..56c2b2c 100644 (file)
@@ -1,5 +1,8 @@
 .gradle
-/build/
+build/
+target/
+node_modules/
+target/
 
 # Ignore Gradle GUI config
 gradle-app.setting
@@ -10,5 +13,7 @@ gradle-app.setting
 # Cache of project
 .gradletasknamecache
 
-# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
-# gradle/wrapper/gradle-wrapper.properties
+.idea/
+*.iml
+
+pacts/