Skip to content

Commit

Permalink
Organized .gitignore file (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
arueth authored and kfswain committed Apr 15, 2024
1 parent 10ef8ed commit fe28efb
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.

terraform.tfvars
terraform.tfstate*
.terraform*
__pycache__/
## Archives
**/*.tar
**/*.tar.gz
**/*.zip

# Directories
bin/
deploy/

# IDEs
.idea/
## ignore all zips
**/*.zip

# Python
__pycache__/

# Terraform
.terraform*
terraform.tfstate*
terraform.tfvars
tfplan

0 comments on commit fe28efb

Please sign in to comment.