2018-05-16 10:26:04 +08:00
|
|
|
# Created by https://www.gitignore.io/api/java,eclipse,netbeans,intellij
|
2018-04-03 00:31:40 +08:00
|
|
|
|
2018-05-16 10:26:04 +08:00
|
|
|
### Eclipse ###
|
2018-04-03 00:31:40 +08:00
|
|
|
|
2018-05-16 10:26:04 +08:00
|
|
|
.metadata
|
|
|
|
bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
.recommenders
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# Java annotation processor (APT)
|
|
|
|
.factorypath
|
|
|
|
|
|
|
|
# Code Recommenders
|
|
|
|
.recommenders/
|
|
|
|
|
|
|
|
### Eclipse Patch ###
|
|
|
|
# Eclipse Core
|
|
|
|
.project
|
|
|
|
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
|
|
.classpath
|
|
|
|
|
|
|
|
### Intellij ###
|
|
|
|
# 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/**/tasks.xml
|
|
|
|
.idea/dictionaries
|
|
|
|
|
|
|
|
# Sensitive or high-churn files:
|
|
|
|
.idea/**/dataSources/
|
|
|
|
.idea/**/dataSources.ids
|
|
|
|
.idea/**/dataSources.xml
|
|
|
|
.idea/**/dataSources.local.xml
|
|
|
|
.idea/**/sqlDataSources.xml
|
|
|
|
.idea/**/dynamic.xml
|
|
|
|
.idea/**/uiDesigner.xml
|
|
|
|
|
|
|
|
# Gradle:
|
|
|
|
.idea/**/gradle.xml
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
cmake-build-debug/
|
|
|
|
|
|
|
|
# Mongo Explorer plugin:
|
|
|
|
.idea/**/mongoSettings.xml
|
|
|
|
|
|
|
|
## File-based project format:
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
## Plugin-specific files:
|
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
/out/
|
|
|
|
|
|
|
|
### Java ###
|
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Javadoc Paths
|
|
|
|
/doc/
|
|
|
|
/docs/
|
|
|
|
|
|
|
|
# Maven
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
*.zip
|
|
|
|
*.tar.gz
|
|
|
|
*.rar
|
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
### NetBeans ###
|
|
|
|
nbproject/private/
|
|
|
|
build/
|
|
|
|
nbbuild/
|
|
|
|
dist/
|
|
|
|
nbdist/
|
|
|
|
.nb-gradle/
|
2018-05-20 02:28:36 +08:00
|
|
|
nbactions.xml
|
|
|
|
|
|
|
|
/.idea/
|
2018-05-20 15:12:39 +08:00
|
|
|
*.iml
|
|
|
|
EpicSpawners-Plugin/src/main/resources/EpicSpawners - Shortcut\.lnk
|