diff options
| author | Pugmatt <pugmatt@gmail.com> | 2019-06-18 23:22:41 -0400 |
|---|---|---|
| committer | Pugmatt <pugmatt@gmail.com> | 2019-06-18 23:22:41 -0400 |
| commit | a98d6164e8f03c19ed568fbe05b69b2a1d4eccf2 (patch) | |
| tree | f7fb1e3057cc942e5ba78be233339e15c6dea788 /.gitignore | |
| parent | 9be6579e87cc4db8dab08f007482317f5bd980a3 (diff) | |
| download | BedrockConnect-a98d6164e8f03c19ed568fbe05b69b2a1d4eccf2.tar.gz BedrockConnect-a98d6164e8f03c19ed568fbe05b69b2a1d4eccf2.tar.bz2 BedrockConnect-a98d6164e8f03c19ed568fbe05b69b2a1d4eccf2.zip | |
Added serverlist bedrock server
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 85 |
1 files changed, 84 insertions, 1 deletions
@@ -85,4 +85,87 @@ typings/ .fusebox/ # DynamoDB Local files -.dynamodb/
\ No newline at end of file +.dynamodb/ + +/serverlist-server/.idea + +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser +© 2019 GitHub, Inc. + +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +.mvn/wrapper/maven-wrapper.jar
\ No newline at end of file |
