mirror of
https://github.com/chylex/Hardcore-Ender-Expansion-2.git
synced 2024-11-21 01:42:47 +01:00
41 lines
506 B
Plaintext
41 lines
506 B
Plaintext
# idea
|
|
out
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
|
|
.idea/*
|
|
!.idea/inspectionProfiles
|
|
!.idea/codeInsightSettings.xml
|
|
!.idea/compiler.xml
|
|
!.idea/encodings.xml
|
|
!.idea/gradle.xml
|
|
!.idea/jsLibraryMappings.xml
|
|
!.idea/kotlinc.xml
|
|
!.idea/statistic.xml
|
|
!.idea/vcs.xml
|
|
|
|
# eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
# game
|
|
run/*
|
|
!run/*.ps1
|
|
!run/eula.txt
|
|
!run/mods
|
|
run/mods/*
|
|
!run/mods/CustomWindowTitle-*
|
|
!run/mods/FixAltGr.jar
|
|
!run/config
|
|
run/config/*
|
|
!run/config/customwindowtitle-client.toml
|