mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-08 11:39:44 +01:00
7b3e7ae9e8
This marks the beginning of SubServers.Host. As of now it is just a simple plugin loading API, but it is planned to become a way to host servers on other machines. Also, SubAPI now checks to make sure variables aren't null in many places.
35 lines
518 B
Plaintext
35 lines
518 B
Plaintext
# SubServers 2 Ignored Files
|
|
|
|
*.iml
|
|
|
|
## Directory-based project format:
|
|
.idea/
|
|
|
|
## File-based project format:
|
|
*.ipr
|
|
*.iws
|
|
|
|
## Plugin-specific files:
|
|
|
|
# IntelliJ
|
|
/out/
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
.idea_modules/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
|
|
# Hide Unfinished Project Files
|
|
/Artifacts/SubServers.Test.jar
|
|
/SubServers.Test/
|
|
|
|
# Hide Others
|
|
/build.ant
|
|
.DS_STORE
|
|
.alias |