aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.gitignore3
-rw-r--r--Perl.gitignore2
-rw-r--r--Python.gitignore2
-rw-r--r--Terraform.gitignore1
-rw-r--r--community/AWS/CDK.gitignore4
5 files changed, 10 insertions, 2 deletions
diff --git a/Android.gitignore b/Android.gitignore
index a68e5b57..347e252e 100644
--- a/Android.gitignore
+++ b/Android.gitignore
@@ -18,6 +18,9 @@ output.json
# IntelliJ
*.iml
.idea/
+misc.xml
+deploymentTargetDropDown.xml
+render.experimental.xml
# Keystore files
*.jks
diff --git a/Perl.gitignore b/Perl.gitignore
index ecf66f84..fb8b1931 100644
--- a/Perl.gitignore
+++ b/Perl.gitignore
@@ -13,7 +13,7 @@ cover_db/
# Devel::NYTProf
nytprof.out
-# Dizt::Zilla
+# Dist::Zilla
/.build/
# Module::Build
diff --git a/Python.gitignore b/Python.gitignore
index d9005f2c..de2d5e08 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -145,7 +145,7 @@ dmypy.json
cython_debug/
# PyCharm
-# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
diff --git a/Terraform.gitignore b/Terraform.gitignore
index 6c34d496..9b8a46e6 100644
--- a/Terraform.gitignore
+++ b/Terraform.gitignore
@@ -14,6 +14,7 @@ crash.*.log
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
+*.tfvars.json
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
diff --git a/community/AWS/CDK.gitignore b/community/AWS/CDK.gitignore
new file mode 100644
index 00000000..3fc2f799
--- /dev/null
+++ b/community/AWS/CDK.gitignore
@@ -0,0 +1,4 @@
+# CDK asset staging directory.
+# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/
+.cdk.staging/
+cdk.out/