mirror of https://github.com/tikv/client-java.git
60 lines
746 B
Plaintext
60 lines
746 B
Plaintext
#ignore idea configuration
|
|
.idea
|
|
*.iml
|
|
pub.sh
|
|
|
|
# ignore compiled classes
|
|
target
|
|
|
|
# ignore version info
|
|
src/main/java/com/pingcap/tikv/TiVersion.java
|
|
|
|
# ignore eclipse configuration
|
|
.project
|
|
|
|
# ignore maven related files
|
|
dependency-reduced-pom.xml
|
|
# ignore emacs configuation
|
|
.meghanada
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# ignore Mac files
|
|
.DS_Store
|
|
|
|
# ignore gradle
|
|
.gradle
|
|
|
|
metastore_db/
|
|
.java-version
|
|
|
|
# ignore tikv-client proto files
|
|
kvproto
|
|
tipb
|
|
proto
|
|
raft-rs
|
|
|
|
# ignore tikv-client bazel build
|
|
bazel-*
|
|
|