mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-06 10:59:35 +01:00
37 lines
453 B
Plaintext
37 lines
453 B
Plaintext
# built application files
|
|
*.jar
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
logs/
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Gradle
|
|
.gradletasknamecache
|
|
.gradle/
|
|
build/
|
|
bin/
|
|
gradle/
|
|
gradlew*
|
|
|
|
# Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties |