forked from prezhdarov/vmware-exporter
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (28 loc) · 665 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (28 loc) · 665 Bytes
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
# Environments
.DS_Store
local/
.env
.venv
env/
venv/
old/
test/
ENV/
env.bak/
venv.bak/
vendor/
dist/
# Agent workspace (not a build cache, but session-local)
.workbuddy/
# Backups written by the scripts under scripts/ so a change can be reverted.
# Two suffixes because the two scripts must not share one: see migrate() in
# scripts/migrate_dashboards.py.
*.json.bak
*.json.premigrate
*.lifecycle.bak
# Python bytecode from scripts/check_config.py's dynamic script imports
__pycache__/
*.pyc
# The binary from a local `go build -o vmware-exporter .`. Named after the
# module, so it sits next to the source and is easy to commit by accident.
/vmware-exporter