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 ff8e53d commit d6080b3Copy full SHA for d6080b3
.gitignore
@@ -1,7 +1,3 @@
1
-# Bintray deployment
2
-/travis_bintray_descriptor_gen.py
3
-/.bintray.json
4
-
5
# Eclipse
6
/.settings
7
/.*project
@@ -11,11 +7,14 @@
11
/.externalToolBuilders
12
8
*.class
13
9
14
-# Java coverage
10
+# Java: coverage
15
/jacoco
16
/jacoco.exec
17
/jacoco.xml
18
+# OS: macOS
+.DS_Store
+
19
# Python
20
/build
21
/dist
@@ -25,9 +24,8 @@ __pycache__
25
24
*.egg-info
26
*.pyc
27
28
-# Python coverage
+# Python: coverage
29
/htmlcov
30
-/coverage.xml
31
/.coverage
32
33
# other
0 commit comments