PhantomSMP/.gitignore

124 lines
2.3 KiB
Plaintext
Raw Normal View History

2018-08-11 06:06:54 +02:00
2019-04-11 04:04:28 +02:00
# Created by https://www.gitignore.io/api/java,maven,intellij
# Edit at https://www.gitignore.io/?templates=java,maven,intellij
2018-08-11 06:06:54 +02:00
### Intellij ###
2019-04-11 04:04:28 +02:00
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
2018-08-11 06:06:54 +02:00
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2019-04-11 04:04:28 +02:00
# User-specific stuff
2018-08-11 06:06:54 +02:00
.idea/**/workspace.xml
.idea/**/tasks.xml
2019-04-11 04:04:28 +02:00
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
2018-08-11 06:06:54 +02:00
2019-04-11 04:04:28 +02:00
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
2018-08-11 06:06:54 +02:00
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
2019-04-11 04:04:28 +02:00
.idea/**/dbnavigator.xml
2018-08-11 06:06:54 +02:00
2019-04-11 04:04:28 +02:00
# Gradle
2018-08-11 06:06:54 +02:00
.idea/**/gradle.xml
.idea/**/libraries
2019-04-11 04:04:28 +02:00
# 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
2018-08-11 06:06:54 +02:00
# CMake
2019-04-11 04:04:28 +02:00
cmake-build-*/
2018-08-11 06:06:54 +02:00
2019-04-11 04:04:28 +02:00
# Mongo Explorer plugin
2018-08-11 06:06:54 +02:00
.idea/**/mongoSettings.xml
2019-04-11 04:04:28 +02:00
# File-based project format
2018-08-11 06:06:54 +02:00
*.iws
# IntelliJ
2019-04-11 04:04:28 +02:00
out/
2018-08-11 06:06:54 +02:00
# 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
2019-04-11 04:04:28 +02:00
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# JetBrains templates
**___jb_tmp___
2018-08-11 06:06:54 +02:00
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
.idea/sonarlint
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
2019-04-11 04:04:28 +02:00
*.nar
2018-08-11 06:06:54 +02:00
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2019-04-11 04:04:28 +02:00
### Maven ###
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
# End of https://www.gitignore.io/api/java,maven,intellij