зеркало из https://github.com/github/vitess-gh.git
65 строки
884 B
Plaintext
65 строки
884 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.py[cod]
|
|
|
|
# For mac users
|
|
.DS_Store
|
|
|
|
# Produced by yacc
|
|
*.output
|
|
|
|
# vim files
|
|
*.swp
|
|
tags
|
|
|
|
# Eclipse files
|
|
.classpath
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
|
|
# Godeps files
|
|
/Godeps/_workspace/pkg
|
|
/Godeps/_workspace/bin
|
|
|
|
# Go vendored libs
|
|
/vendor/*/
|
|
|
|
# C build dirs
|
|
**/build
|
|
|
|
# mysql build dirs
|
|
third_party/mysql
|
|
|
|
# java target files
|
|
/java/*/target/
|
|
/java/*/bin/
|
|
|
|
# intellij files
|
|
*.iml
|
|
.idea
|
|
|
|
## vitess.io preview site
|
|
preview-vitess.io/
|
|
|
|
# test.go output files
|
|
_test/
|
|
/test/stats.json
|
|
|
|
# php downloaded dependencies
|
|
/php/composer.phar
|
|
/php/vendor
|
|
|
|
# site-local example files
|
|
/examples/kubernetes/config.sh
|
|
|
|
# pom generated file
|
|
/java/jdbc/dependency-reduced-pom.xml
|
|
|
|
# Angular2 Bower Libs
|
|
/web/vtctld2/.bowerrc~
|
|
/web/vtctld2/bower.json~
|
|
/web/vtctld2/public/bower_components/
|
|
|
|
# generated protobuf files
|
|
/go/vt/.proto.tmp
|