MinecraftLauncher/.gitignore

19 lines
232 B
Text
Raw Permalink Normal View History

2019-01-17 13:11:15 -07:00
## Intellij
.idea
.idea/hotswap_agent.xml
/out/
## Gradle
2019-01-17 13:00:37 -07:00
.gradle
/build/
2019-01-17 13:11:15 -07:00
/gradle/
gradlew*
2019-01-17 13:00:37 -07:00
gradle-app.setting
.gradletasknamecache
2019-01-17 13:11:15 -07:00
gradle/wrapper/gradle-wrapper.properties
2023-12-04 03:58:47 -07:00
.vscode
# Ignore Gradle build output directory
build
bin