-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
70 lines (63 loc) · 987 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
# 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
#
# 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
custom_internal_*
#
# 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
#