mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
The idea is to simplify the setup process a bit, so it's easier to get to the point where you can develop.
53 lines
774 B
Plaintext
53 lines
774 B
Plaintext
.settings
|
|
scripts/
|
|
|
|
# IDE-based
|
|
*.iws
|
|
out
|
|
classes/
|
|
.classpath
|
|
.project
|
|
# IntelliJ-User Specific
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
# IntelliJ-Sensitive or high-churn files
|
|
.idea/**/contentModel.xml
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/dbnavigator.xml
|
|
# IntelliJ-Gradle
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
# IntelliJ-With gradle auto import
|
|
.idea/artifacts
|
|
.idea/compiler.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/modules.xml
|
|
.idea/*.iml
|
|
.idea/modules
|
|
*.iml
|
|
*.ipr
|
|
|
|
# Gradle
|
|
bin
|
|
build
|
|
.gradle
|
|
gradle.properties
|
|
|
|
# Holocore
|
|
/clientdata/
|
|
/log/
|
|
/cfg/
|
|
/odb/
|
|
/bin/
|
|
*.db
|
|
*.iff
|
|
mongo_data
|