openapi.yaml should not be modified when the application is compiled
[cps.git] / .gitignore
1 *.class
2 *.jar
3 *.war
4 *.zip
5 *.log
6
7 cps-application/archunit_store
8 target/
9 log/
10 docs/api/swagger/cps/openapi.yaml
11 docs/api/swagger/ncmp/openapi.yaml
12
13 .idea/
14 .idea_modules/
15 *.iml
16 *.ipr
17 *.iws
18 *.DS_Store
19
20 .settings/
21 bin/
22 tmp/
23 .metadata
24 .classpath
25 .project
26 *.tmp
27 .checkstyle
28
29 /.tox
30 /_build/*
31 /__pycache__/*
32
33 /docs/docs/
34 /docs/.vscode/