Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Oct 6, 2020
0 parents commit 5980381
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .gitignore
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
#

0 comments on commit 5980381

Please sign in to comment.