forked from weaveworks/weave-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (86 loc) · 1.28 KB
/
.gitignore
File metadata and controls
99 lines (86 loc) · 1.28 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
*~
bin
/.idea
*.iml
.tool-versions
tools/bin/*
*.out
dist/
.cache
.parcel-cache
node_modules
coverage
*.lcov
ginkgo.report
.deps
test/library/wego-library-test
tilt_modules
.envrc
localhost-key.pem
localhost.pem
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
tasks/*.md
# Ignore VIM's swap files
*.swp
# .vscode
.vscode
# macOS
.DS_Store
gitops-server.dockerfile
# =============================================================================
# Python (venv, bytecode, tests, tooling)
# =============================================================================
# Virtual environments
.venv/
venv/
env/
.env/
tooling/.venv/
tmp/
# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class
*.pyo
.Python
# Distribution / packaging
*.egg
*.egg-info
*.egg-info/
**/*.egg-info
**/*.egg-info/
.eggs/
**/.eggs/
*.manifest
# Coverage and pytest
.coverage
.coverage.*
htmlcov/
coverage.xml
.pytest_cache/
# Type checkers and linters
.mypy_cache/
.mypy_cache
.ruff_cache/
# Tox / nox
.tox/
.nox/
# Logs and local env (secrets)
**/*.log
**/*.logs
.env
.env.local
.env.*.local
pip-log.txt
pip-delete-this-directory.txt
# Release workflow artefact
release-body.md
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
playwright/test-results