A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
1# Package Files #
2*.war
3*.ear
4*.class
5
6# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
7
8*.iml
9
10## Directory-based project format:
11.idea/
12# if you remove the above rule, at least ignore the following:
13
14# User-specific stuff:
15# .idea/workspace.xml
16# .idea/tasks.xml
17# .idea/dictionaries
18
19# Sensitive or high-churn files:
20# .idea/dataSources.ids
21# .idea/dataSources.xml
22# .idea/sqlDataSources.xml
23# .idea/dynamic.xml
24# .idea/uiDesigner.xml
25
26# Gradle:
27# .idea/gradle.xml
28# .idea/libraries
29
30# Mongo Explorer plugin:
31# .idea/mongoSettings.xml
32
33## File-based project format:
34*.ipr
35*.iws
36
37## Plugin-specific files:
38
39# IntelliJ
40/out/
41/build/
42/lib/
43
44# mpeltonen/sbt-idea plugin
45.idea_modules/
46
47# JIRA plugin
48atlassian-ide-plugin.xml
49
50# Crashlytics plugin (for Android Studio and IntelliJ)
51com_crashlytics_export_strings.xml
52crashlytics.properties
53crashlytics-build.properties
54
55# Gradle
56.gradle/
57
58# Config
59config/client-config.yaml
60DumpedData
61
62# jdtls LSP
63.classpath
64.project
65.settings
66
67*.log