Update schema-service dep to 1.6.0
[aai/spike.git] / .gitignore
1 # Application
2 logs/
3 debug-logs/
4
5 # Maven
6 target/
7
8 # Eclipse
9 .classpath
10 .factorypath
11 .project
12 .settings/
13
14 # IntelliJ
15 .idea/
16 *.iml
17
18 # Misc
19 .checkstyle
20 .springBeans
21 .vscode