Merge "CPS-615 - CSIT for model sync & passthrough"
[cps.git] / .gitignore
1 *.class
2 *.jar
3 *.war
4 *.log
5
6 cps-application/archunit_store
7 target/
8 log/
9
10 .idea/
11 .idea_modules/
12 *.iml
13 *.ipr
14 *.iws
15 *.DS_Store
16
17 .settings/
18 bin/
19 tmp/
20 .metadata
21 .classpath
22 .project
23 *.tmp
24 .checkstyle
25
26 /.tox
27 /_build/*
28 /__pycache__/*
29
30 /docs/docs/
31 /docs/.vscode/