-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
75 lines (60 loc) · 991 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
71
72
73
74
75
# bash ignores
temp/
source.env
recsExport.yaml
project_roles.txt
org_roles.txt
# node ignores
node_modules
# Eclipse metafiles
.project
.pydevproject
# Pycharm metafiles
.idea/*
# Visual Studio Code metafiles
.vscode/*
# Compiled python
*.pyc
.venv/
# Compiled protobuf
*_pb2.py
*_pb2_grpc.py
!google/cloud/asset/v1/*_pb2.py
# Miscellaneous
.DS_Store
.*swp
# Possible credentials. Don't ignore all json files
# though, because some are used for schema definitions.
/*.json
install/gcp/*.json
# Scripts we don't want to commit
scripts/dev*.sh
run_server.sh
run_client.sh
# User-edited configs
deployment-templates/*.yaml
configs/*.yaml
configs/server/*.yaml
configs/client/*.yaml
# Build/dist
.eggs/
*.egg/
*.egg-info*
build/lib/
dist/
out/
# Coverage
.coverage
htmlcov/
# VSCode Metadata
.vscode/
# Kitchen and Terraform files
.terraform/
.kitchen/
**/tls_private_key
terraform.tfstate.d/
terraform.tfstate*
terraform/.terraform.tfstate.lock.info
dev.tfvars
# SSH key
sshkey