Files
Holocore/.gitignore
Ziggy 4a51b7396b Created a docker-compose.yml, which initializes and runs a mongo instance
The idea is to simplify the setup process a bit, so it's easier to get
to the point where you can develop.
2022-11-29 16:30:18 +01:00

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