Merge "Exception handling on REST unit test"
[cps.git] / .gitignore
1 *.class
2 *.jar
3 *.war
4 *.zip
5 *.log
6
7 target/
8 log/
9
10 .idea/
11 .idea_modules/
12 *.iml
13 *.ipr
14 *.iws
15
16 .settings/
17 bin/
18 tmp/
19 .metadata
20 .classpath
21 .project
22 *.tmp
23 .checkstyle