forked from darklang/dark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (31 loc) · 909 Bytes
/
.gitignore
File metadata and controls
39 lines (31 loc) · 909 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
33
34
35
36
37
38
39
.DS_Store
.idea
.merlin
tags
.browser-trigger
rundir/
lib/
_build/
node_modules/
_esy/
*.pyc
/backend/profile.json
/backend/static/
# Templates for these are in scripts/support/kubernetes/*/*.yaml.template
/scripts/support/kubernetes/builtwithdark/bwd-deployment.yaml
/scripts/support/kubernetes/builtwithdark/editor-deployment.yaml
/scripts/support/kubernetes/cronchecker/cron-deployment.yaml
/scripts/support/kubernetes/queueworker/qw-deployment.yaml
/scripts/support/kubernetes/queueworker/scheduler-deployment.yaml
/scripts/support/kubernetes/tunnel/tunnel-deployment.yaml
/scripts/support/kubernetes/postgres-honeytail-deployment.yaml
# Old rendered templates
builtwithdark.yaml
cronchecker.yaml
queueworker.yaml
tunnel.yaml
# Rust projects build into target/
/*/target
# Files that get created on CI. We check that status is clean so need to list these.
gzipped_assets
deploy-lock-manual-deploy