We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896a26 commit eca4662Copy full SHA for eca4662
1 file changed
.gitignore
@@ -1,9 +1,23 @@
1
-*.log
2
-hs_err_pid*
3
-/.idea
4
-/target
5
-/local
+# Maven and Gradle files
+target
+build
+
+# Eclipse, Netbeans and IntelliJ files
6
+.*
7
+!/.github
8
+!/.ci
9
+!/.mvn
10
+!.gitignore
11
+!.gitattributes
12
+/nbproject
13
+*.ipr
14
+*.iws
15
*.iml
16
17
+# Repository wide ignore mac DS_Store files
18
+.DS_Store
19
20
+# Various local artifacts
21
dependency-reduced-pom.xml
22
/results
23
/async-profiler*/**/*
0 commit comments