From 8649d388e2c1a472d2a0aeb545d083a750873725 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 1 Apr 2021 21:08:54 -0500 Subject: [PATCH] Updated gitignore. --- .gitignore | 122 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 111 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index fdfecb8..4607686 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,111 @@ -# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python -# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python +# Created by https://www.toptal.com/developers/gitignore/api/vscode,python,maven,java,eclipse +# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,python,maven,java,eclipse + +### Eclipse ### +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# CDT- autotools +.autotools + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + +# Annotation Processing +.apt_generated/ +.apt_generated_test/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main +.scala_dependencies +.worksheet + +# Uncomment this line if you wish to ignore the project description file. +# Typically, this file would be tracked if it contains build/dependency configurations: +#.project + +### Eclipse Patch ### +# Spring Boot Tooling +.sts4-cache/ + +### Java ### +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +### 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 +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar +.flattened-pom.xml ### Python ### # Byte-compiled / optimized / DLL files @@ -60,7 +165,6 @@ pytestdebug.log *.pot # Django stuff: -*.log local_settings.py db.sqlite3 db.sqlite3-journal @@ -77,7 +181,6 @@ docs/_build/ doc/_build/ # PyBuilder -target/ # Jupyter Notebook .ipynb_checkpoints @@ -149,18 +252,15 @@ Thumbs.db #thumbnail cache on Windows .prof -### VisualStudioCode ### +### vscode ### .vscode/* +!.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json +!.vscode/extensions.json *.code-workspace -### VisualStudioCode Patch ### -# Ignore all local history of files -.history -.ionide - -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python +# End of https://www.toptal.com/developers/gitignore/api/vscode,python,maven,java,eclipse **/buildtools/ **/development_server