generated from NHSDigital/nhs-notify-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCM-5204 add DNS zone for dev env (#4)
- Loading branch information
1 parent
92f2ed9
commit 8a15499
Showing
39 changed files
with
1,362 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
### Terraform ### | ||
|
||
# Transient backends | ||
components/**/backend_tfscaffold.tf | ||
|
||
# Compiled files | ||
**/*.tfstate | ||
**/*.tfplan | ||
**/*.tfstate.backup | ||
**/.terraform | ||
**/.terraform.lock.hcl | ||
**/.terraform/* | ||
**/build/* | ||
**/work/* | ||
**/*tfstate.lock.info | ||
|
||
# Scaffold Plugin Cache | ||
plugin-cache/* | ||
|
||
# PyCache | ||
**/__pycache__ | ||
|
||
### OSX ### | ||
**/.DS_Store | ||
**/.AppleDouble | ||
**/.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
*.swp | ||
.nyc_output | ||
|
||
# VS Code | ||
.vscode | ||
|
||
# IntelliJ Idea | ||
.idea | ||
**/*.iml | ||
|
||
# js | ||
node_modules |
Oops, something went wrong.