From 58b2ba5de7b49f826326128edb4db575a4abb5f5 Mon Sep 17 00:00:00 2001 From: Banbeucmas Date: Thu, 22 Mar 2018 00:47:13 +0900 Subject: [PATCH] Update using Luck suggestion --- .gitignore | 163 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 135 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index bbda743..d6ee8a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,146 @@ -# Eclipse stuff -/.classpath -/.project -/.settings +### Eclipse ### -# netbeans -/nbproject +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders -# we use maven! -/build.xml +# External tool builders +.externalToolBuilders/ -# maven -/target +# Locally stored "Eclipse launch configurations" +*.launch -# vim -.*.sw[a-p] +# PyDev specific (Python IDE for Eclipse) +*.pydevproject -# various other potential build files -/build -/bin -/dist -/manifest.mf +# CDT-specific (C/C++ Development Tooling) +.cproject -/world +# Java annotation processor (APT) +.factorypath -# Mac filesystem dust -*.DS_Store +# PDT-specific (PHP Development Tools) +.buildpath -# intellij -*.iml -*.ipr +# 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 +.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/**/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: *.iws -.idea/ -# Other Libraries -*.jar +## Plugin-specific files: -# Atlassian Stuff -/atlassian-ide-plugin.xml \ No newline at end of file +# 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 +# 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 + +### NetBeans ### +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ +nbactions.xml