-
-
Notifications
You must be signed in to change notification settings - Fork 855
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 583 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (35 loc) · 583 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
34
35
36
37
38
39
40
41
42
43
44
45
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
site/
maven-wrapper.jar
maven-checksum-extension.jar
# Gradle
.gradle/
build/
!**/src/**/build/
gradle-*-bin.zip
gradle-wrapper.jar
# Shade plugin
dependency-reduced-pom.xml
# Versions plugin
pom.xml.versionsBackup
# Release plugin
pom.xml.releaseBackup
release.properties
# Android
*/gen/*
# JVM
.attach*
# Fuzzing seed corpus is generated at build time; never commit the class files.
byte-buddy-fuzz/src/test/resources/net/bytebuddy/fuzz/FuzzRegressionTestInputs/