-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
.gitignore
63 lines (50 loc) · 908 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
dist/
components/*/lib/
components/ee/*/lib/
components/*/typescript/lib/
components/*/typescript-*/lib/
components/local-app-api/*/lib/
components/supervisor/frontend/lib/
src-gen/
css-gen/
node_modules/
yarn-error.log
lerna-debug.log
**/telepresence.log
.env
.tmp
.sass-cache
# build artifacts
.terraform/
*.tfstate
*.tfstate.backup
/versions.yaml
.deploy/
.create-cluster-tmp/
components/versions/versions.json
.npmrc
.context
.npm-packages-offline-cache
.helm-chart-release
*.tgz
# Symbolic links created by scripts for building docker images
/.dockerignore
# Python
venv/
.eggs/
*.egg-info
*.pyc
# Generated (in Jenkins builds)
/dev-http-cache/
# Helm charts testing
.helm-render
# Decrypted secrets
charts/gitpod_io/secrets/decrypted
# Build artifacts
components/ws-proxy/ws-proxy
# Logs
components/server/*.log
# Jetbrains workspace files
.idea/misc.xml
# Local redis dump files
dump.rdb