Migrate Spike code to ONAP
[aai/spike.git] / .gitignore
1 # Application
2 logs/
3
4 # Maven
5 target/
6
7 # Eclipse
8 .classpath
9 .factorypath
10 .project
11 .settings/
12
13 # IntelliJ
14 .idea/
15 *.iml
16
17 # Misc
18 .checkstyle
19 .springBeans