From 979fb22b33b4705e2323423d1e799345d7d7f6f5 Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Thu, 12 Sep 2019 13:26:06 -0400 Subject: [PATCH] updated .gitignore --- .gitignore | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a1af720..68d555c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -target/ -*.iml *.orig # Compiled class file @@ -218,3 +216,100 @@ Temporary Items # Package Files # # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +### Windows template +# Windows thumbnail cache files + +# Dump file + +# Folder config file + +# Recycle Bin used on file shares + +# Windows Installer files + +# Windows shortcuts + +### JetBrains template +# 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 + +# Generated files + +# Sensitive or high-churn files + +# Gradle + +# 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 + +# Mongo Explorer plugin + +# File-based project format + +# IntelliJ + +# mpeltonen/sbt-idea plugin + +# JIRA plugin + +# Cursive Clojure plugin + +# Crashlytics plugin (for Android Studio and IntelliJ) + +# Editor-based Rest Client + +# Android studio 3.1+ serialized cache file + +### Eclipse template + +# External tool builders + +# Locally stored "Eclipse launch configurations" + +# PyDev specific (Python IDE for Eclipse) + +# CDT-specific (C/C++ Development Tooling) + +# CDT- autotools + +# Java annotation processor (APT) + +# PDT-specific (PHP Development Tools) + +# sbteclipse plugin + +# Tern plugin + +# TeXlipse plugin + +# STS (Spring Tool Suite) + +# Code Recommenders + +# Annotation Processing + +# Scala IDE specific (Scala & Java development for Eclipse) + +### Java template +# Compiled class file + +# Log file + +# BlueJ files + +# Mobile Tools for Java (J2ME) + +# Package Files # + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml