diff options
author | crupest <crupest@outlook.com> | 2021-04-14 09:20:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-14 09:20:56 +0800 |
commit | def5d0bea2a6054765dc37b30b739f8a68add6af (patch) | |
tree | 284d0ba59c226e5d26a7806ec074bc48874865a0 /java-practice/.gitignore | |
parent | 1737b8f94a4ef80234f948299cb018573e79236b (diff) | |
download | life-def5d0bea2a6054765dc37b30b739f8a68add6af.tar.gz life-def5d0bea2a6054765dc37b30b739f8a68add6af.tar.bz2 life-def5d0bea2a6054765dc37b30b739f8a68add6af.zip |
Add java practice.
Diffstat (limited to 'java-practice/.gitignore')
-rw-r--r-- | java-practice/.gitignore | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/java-practice/.gitignore b/java-practice/.gitignore new file mode 100644 index 0000000..acec74a --- /dev/null +++ b/java-practice/.gitignore @@ -0,0 +1,60 @@ +.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 |