File tree Expand file tree Collapse file tree 1 file changed +17
-37
lines changed
Expand file tree Collapse file tree 1 file changed +17
-37
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
You can’t perform that action at this time.
0 commit comments