Skip to content

Commit

Permalink
migration (#79)
Browse files Browse the repository at this point in the history
* migration

* adding .gitignore
  • Loading branch information
Omar-Khawaja authored Mar 23, 2021
1 parent a75bb88 commit 417ec26
Show file tree
Hide file tree
Showing 117 changed files with 3,809 additions and 1,960 deletions.
42 changes: 0 additions & 42 deletions .circleci/config.yml

This file was deleted.

22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
work
# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*
*.lock.hcl

# .tfvars files
*.tfvars

# Examples
examples/*/*.tfstate
examples/*/*.tfstate.*
examples/*/*.tfvars
examples/**/*.pem

.DS_Store

# Environment files
*.env
72 changes: 0 additions & 72 deletions .scripts/doc-gen.sh

This file was deleted.

Loading

0 comments on commit 417ec26

Please sign in to comment.