-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5980381
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# | ||
# K2HDKC DBaaS based on Trove | ||
# | ||
# Copyright 2020 Yahoo Japan Corporation | ||
# | ||
# K2HDKC DBaaS is a Database as a Service compatible with Trove which | ||
# is DBaaS for OpenStack. | ||
# Using K2HR3 as backend and incorporating it into Trove to provide | ||
# DBaaS functionality. K2HDKC, K2HR3, CHMPX and K2HASH are components | ||
# provided as AntPickax. | ||
# | ||
# For the full copyright and license information, please view | ||
# the license file that was distributed with this source code. | ||
# | ||
# AUTHOR: Takeshi Nakatani | ||
# CREATE: Mon Sep 14 2020 | ||
# REVISION: | ||
# | ||
|
||
# | ||
# archive files and backups | ||
# | ||
*.tgz | ||
*.gz | ||
*.pyc | ||
*.rpm | ||
*.deb | ||
*.swp | ||
*.bak | ||
*.xml | ||
*.qcow2 | ||
|
||
# | ||
# Logs | ||
# | ||
log | ||
logs | ||
*.log | ||
|
||
# | ||
# Runtime data | ||
# | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# | ||
# dotenv environment variables file | ||
# | ||
*.env | ||
*.rc | ||
|
||
# | ||
# Secret keys | ||
# | ||
id_rsa | ||
|
||
# | ||
# Local file according to the environment | ||
# | ||
# ex) .custom | ||
|
||
# | ||
# Local variables: | ||
# tab-width: 4 | ||
# c-basic-offset: 4 | ||
# End: | ||
# vim600: expandtab sw=4 ts=4 fdm=marker | ||
# vim<600: expandtab sw=4 ts=4 | ||
# |