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 | 5e5001a462916fda66fda8996e0fe85f73779a76 (patch) | |
tree | 9c24f710f1f18728ef84fc76998a84a81c1e0e60 /works/life/java-practice/.gitignore | |
parent | 80366e378bb4af5b9184e3d1f198f9a86672e394 (diff) | |
download | crupest-5e5001a462916fda66fda8996e0fe85f73779a76.tar.gz crupest-5e5001a462916fda66fda8996e0fe85f73779a76.tar.bz2 crupest-5e5001a462916fda66fda8996e0fe85f73779a76.zip |
import(life): Add java practice.
Diffstat (limited to 'works/life/java-practice/.gitignore')
-rw-r--r-- | works/life/java-practice/.gitignore | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/works/life/java-practice/.gitignore b/works/life/java-practice/.gitignore new file mode 100644 index 0000000..acec74a --- /dev/null +++ b/works/life/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 |