PlaceholderAPI/.gitignore

151 lines
2.4 KiB
Plaintext
Raw Normal View History

2018-03-21 16:47:13 +01:00
### Eclipse ###
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
2018-03-21 16:22:34 +01:00
/.idea/
2018-03-21 16:47:13 +01:00
# External tool builders
.externalToolBuilders/
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# Locally stored "Eclipse launch configurations"
*.launch
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# CDT-specific (C/C++ Development Tooling)
.cproject
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# Java annotation processor (APT)
.factorypath
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# PDT-specific (PHP Development Tools)
.buildpath
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
### Eclipse Patch ###
# Eclipse Core
2018-03-21 16:47:13 +01:00
.project
# JDT-specific (Eclipse Java Development Tools)
2018-03-21 16:47:13 +01:00
.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/**/workspace.xml
.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
.idea/**/libraries
# CMake
cmake-build-debug/
# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
## File-based project format:
2018-03-21 16:22:34 +01:00
*.iws
2018-03-21 16:47:13 +01:00
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Ruby plugin and RubyMine
/.rakeTasks
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
*.iml
2018-03-21 16:47:13 +01:00
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
.idea/sonarlint
### 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
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
2018-03-21 16:22:34 +01:00
2018-03-21 16:47:13 +01:00
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
nbactions.xml
### Piggy's Debugging Shit ###
server/