Git ignores the build directory of the Spring-Consumer
[demos/example-siren] / .gitignore
1 .gradle
2 build/
3 target/
4 node_modules/
5 target/
6
7 # Ignore Gradle GUI config
8 gradle-app.setting
9
10 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
11 !gradle-wrapper.jar
12
13 # Cache of project
14 .gradletasknamecache
15
16 .idea/
17 *.iml
18
19 pacts/