-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
51 lines (42 loc) · 1.04 KB
/
.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
# OCaml
.merlin
_build/
_esy/
tags
/backend/profile.json
/backend/static/
# OSes
.DS_Store
# IDEs
.idea
.ionide/
# Build system
.browser-trigger
rundir/
*.pyc
# Frontend
lib/
node_modules/
# F#
fsharp-backend/packages/
fsharp-backend/paket-files/
fsharp-backend/Build/
fsharp-backend/src/**/obj
fsharp-backend/tests/**/obj
fsharp-backend/.paket/load/
.fake
###############
# Deployment
###############
# Templates for these are in services/*/*.template.yaml
services/apiserver-deployment-darklang/apiserver-deployment.yaml
services/bwdserver-deployment-darklang/bwdserver-deployment.yaml
services/cronchecker-deployment/cronchecker-deployment.yaml
services/editor-deployment/editor-deployment.yaml
services/exechost-deployment/exechost-deployment.yaml
services/garbagecollector-deployment/garbagecollector-deployment.yaml
services/queueworker-deployment/queueworker-deployment.yaml
services/tunnel2-deployment/tunnel2-deployment.yaml
# Files that get created on CI. We check that status is clean so need to list these.
gzipped_assets
deploy-lock-manual-deploy