-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
72 lines (54 loc) · 1.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Javascript/Typescript
node_modules/
dist/
build/
coverage/
vendor/
# Node Logs
logs
*.log
npm-debug.log*
AWSCLIV2.pkg
# Mac
**/.DS_Store
# IDEs
**/.vscode
**/.idea/
# Services
ts-services/parser-lambda/parser/test/data/local/*
ts-services/parser-lambda/parser/test/output/*
ts-services/parser-lambda/parser/playground.ts
# Secrets
ts-services/dev-api-lambda/crypto-billing/*_secrets.ts
infra/ansible/vars/**/*-secrets.yaml
infra/ansible/vars/**/*-secrets.yml
infra/ansible/photon/vars/*-secrets.yaml
infra/ansible/photon/vars/*-secrets.yml
infra/ansible/rpc/templates/bt-creds*.json
# Rust
**/target/
# CPU profiles
*.cpuprofile
# Built helm charts
infra/**/*.tgz
.gradle
.m2
bin
# Build output directies
/target
*/target
/build
*/build
# Local Redis
dump.rdb
infra/ansible/roles/Datadog.datadog
infra/ansible/photon/roles/datadog.datadog
scripts/data
# Jupyter notebooks
*.ipynb
# Personal Playground
personal_playground
# Used for local deployments of RPC operator
/rpc-operator/
**/systest/*.json
**/router-benchmarks/*.json