-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (29 loc) · 890 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
#Local terragrunt directories
**/.terragrunt-cache*
# Local .terraform directories
**/.terraform/*
# .tfstate files
**/.tfstate
**/*.tfstate.*
# .tfvars files
**/.tfvars
# .tfplan files
**/.tfplan
# Only ignore the root .env file, child .env files are symlinked to this one
# so there is a SINGLE global .env context for a given operation
/.env
# Never commit cached deno code
**/.deno_dir
###########################################################################################
# cloud/
###########################################################################################
# The .env file in this directory is ignored, but child folder .env files are committed
/cloud/.env
# cached deno source
**/.deno_dir
# Don't commit this, keys to the gcp castle
/cloud/**/terraform-admin.json
# terraform/terragrunt
/cloud/**/.terragrunt-cache
# Local caches and state
**/.tmp