Skip to content

Commit

Permalink
.gitignore updated to its std cross-project format
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Jul 9, 2019
1 parent e5e5692 commit 9a9b570
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Hidden files #
################
.*
#
# Except
#
!*.env.example
!*.dockeringnore
!*.hosts
Expand All @@ -9,6 +12,11 @@
!/.gitallowed
!*.gitkeep

# SSH keys #
############
id_rsa
id_dsa

# OS generated files #
######################
.DS_Store
Expand All @@ -33,6 +41,9 @@ Thumbs.db
*.zip
*.tar.gz

#
# Except
#
!lambda_function.*.zip
!lambda_function.lambda_handler.zip
!lambda_function.*.zip
Expand Down Expand Up @@ -65,9 +76,12 @@ Thumbs.db

# TF Project files #
####################
#
# Compiled files
#
*.tfstate
*.tfstate.backup

#
# Module directory
#
.terraform

0 comments on commit 9a9b570

Please sign in to comment.