Annotate .gitignore @ 30:e8d95600d0a2
Fixed topic config
author | unexist |
---|---|
date | Wed, 18 Aug 2021 08:36:10 +0200 |
parents | a0e15b59e560 |
children |
rev | line source |
---|---|
0 | 1 # Eclipse |
2 .project | |
3 .classpath | |
4 .settings/ | |
5 bin/ | |
6 | |
7 # IntelliJ | |
8 .idea | |
9 *.ipr | |
10 *.iml | |
11 *.iws | |
12 | |
13 # NetBeans | |
14 nb-configuration.xml | |
15 | |
16 # Visual Studio Code | |
17 .vscode | |
18 .factorypath | |
19 | |
20 # OSX | |
21 .DS_Store | |
22 | |
23 # Vim | |
24 *.swp | |
25 *.swo | |
26 | |
27 # patch | |
28 *.orig | |
29 *.rej | |
30 | |
31 # Maven | |
32 target/ | |
33 pom.xml.tag | |
34 pom.xml.releaseBackup | |
35 pom.xml.versionsBackup | |
36 release.properties |