-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
86 lines (65 loc) · 1.08 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# See https://help.github.com/ignore-files/ for more about ignoring files.
## terraform
**/*.tfvars
**/*.tfstate
**/*.tfplan*
**/*.backup
**/*lock.info
**/.terraform/
infra/terraform/env-id/.terraform.*
infra/terraform/aws/environments/region/.terraform*
infra/terraform/aws/environments/init-dev/.terraform*
infra/terraform/aws/environments/dev/.terraform*
## linux
nohup.out
# testing
**/coverage
react/screenshot.png
# production
**/build
**/dist
# env vars and logs
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/.env.*
## global
**/*.log
# dependencies
**/node_modules
# deploy faas
**/*.zip
services/**/bootstrap
# Editors and IDEs
.idea
# Misc
.DS_Store
# unintended
/yarn.lock
# aws-cdk
.cdk.staging
cdk.out
infra/aws-cdk/**/*.js
infra/aws-cdk/**/*.d.ts
# ipython
.ipynb_checkpoints
# go
**/vendor
coverage.out
# lambda
tst.sh
# postgres docker
migrations/postgres/data
# go migrate
migrate.linux-amd64
# psql
migrations/dumps/*.sql
# rust
/target/
**/*.profraw
# vscode
tests/thunder-tests/thunderActivity.json
# ssh
k8s/*.pem