forked from openzipkin/zipkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (30 loc) · 662 Bytes
/
.gitignore
File metadata and controls
33 lines (30 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*~
#*
*#
.#*
dependency-reduced-pom.xml
.factorypath
.classpath
.project
.settings/
.springBeans
target/
_site/
.idea
*.iml
*.swp
# .travis.yml installs things
/apache-cassandra-*
/elasticsearch-*
/kafka_*
# temporary directory used by travis/publish.sh for building gh-pages
/javadoc-builddir
.DS_Store
# Maven Wrapper
.mvn/wrapper/maven-wrapper.jar
# This project does not use Gradle but some developers may use it to e.g., setup a Node environment.
# It doesn't hurt to just exclude it here.
.gradle
# This project does not use Yarn but some developers may use it to e.g., start zipkin-lens dev server.
# It doesn't hurt to just exclude it here.
yarn.lock