Changed to unmaintained
[aaf/cadi.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 # Visual Studio Code
18 .vscode
19
20 # Misc
21 .checkstyle