summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3c5994fa2280859178d3e7b1a42c27d3b38948c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*.class
*.jar
*.war
*.zip
*.log

cps-application/archunit_store
target/
log/

.idea/
.idea_modules/
*.iml
*.ipr
*.iws
*.DS_Store

.settings/
bin/
tmp/
.metadata
.classpath
.project
*.tmp
.checkstyle

/.tox
/_build/*
/__pycache__/*

/docs/docs/
/docs/.vscode/