File tree Expand file tree Collapse file tree 2 files changed +18
-38
lines changed
Expand file tree Collapse file tree 2 files changed +18
-38
lines changed Original file line number Diff line number Diff line change 1- # Eclipse project files
2- .project
3- .classpath
4- .settings
5-
6- # IntelliJ IDEA project files and directories
7- * .iml
8- * .ipr
9- * .iws
10- .idea /
11-
12- # Geany project file
13- .geany
14-
15- # KDevelop project file and directory
16- .kdev4 /
17- * .kdev4
18-
19- # Build targets
20- /target
21- * /target
22-
23- # Report directories
24- /reports
25- * /reports
26- * .csv
27- * .log
28- * .zip
29-
30- # Mac-specific directory that no other operating system needs.
31- .DS_Store
32-
33- # JVM crash logs
34- hs_err_pid * .log
35-
36- * .log
37- * .csv
1+ # everything that starts with dot (hidden files)
2+ . *
3+ # except this file
4+ ! .gitignore
5+ # except this file-extention
6+ ! . * .yml
7+
8+ # Build targets
9+ ** /target /
10+
11+ # logs and reports
12+ * .csv
13+ * .log
14+ * .zip
15+
16+ # IntelliJ IDEA project files and directories
17+ * .iml
Original file line number Diff line number Diff line change 7070
7171 <!-- check style configuration -->
7272 <checkstyle .config.location>google_checks.xml</checkstyle .config.location>
73- <com .puppycrawl.tools.checkstyle-version>8.12 </com .puppycrawl.tools.checkstyle-version>
73+ <com .puppycrawl.tools.checkstyle-version>8.20 </com .puppycrawl.tools.checkstyle-version>
7474
7575 <dockerfile .repository>scalecube/${project.artifactId} </dockerfile .repository>
7676 <dockerfile .maven.version>1.4.6</dockerfile .maven.version>
You can’t perform that action at this time.
0 commit comments