forked from forseti-security/forseti-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (44 loc) · 858 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
# Eclipse metafiles
.project
.pydevproject
# Pycharm metafiles
.idea/*
# Visual Studio Code metafiles
.vscode/*
# Compiled python
*.pyc
# Compiled protobuf
*_pb2.py
*_pb2_grpc.py
!google/cloud/asset/v1/*_pb2.py
!google/cloud/forseti/scanner/scanners/config_validator_util/*_pb2.py
!google/cloud/forseti/scanner/scanners/config_validator_util/*_pb2_grpc.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
grant_forseti_roles.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/
dist/
out/
# Coverage
.coverage
htmlcov/
# VSCode Metadata
.vscode/