Skip to content

Commit c6d6c08

Browse files
MrMineO5BFergerson
andauthored
Add .gitignore (#99)
* Add .gitignore * Update .gitignore Co-authored-by: Brandon Fergerson <[email protected]>
1 parent 97c1dcf commit c6d6c08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Ignore artifacts
2+
build/
3+
docker/e2e/spp-*.jar
4+
5+
# Ignore downloaded skywalking agent
6+
e2e/apache-skywalking-java-agent-*.tgz
7+
e2e/skywalking-agent/
8+
9+
# Ignore download s++ probe
10+
e2e/spp-probe-*.jar
11+
12+
# Ignore IDE files
13+
.idea/
14+
15+
# Ignore .gradle directory
16+
.gradle/

0 commit comments

Comments
 (0)