From 609759c9a74ea7a67edfd34225be3b0c04d86dbd Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Tue, 18 Oct 2022 17:36:41 +0200 Subject: [PATCH] Add history files to ignore files --- .gitignore | 1 + projects/.dockerignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 60ce4b6..959ecc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ \.DS_Store +\.history diff --git a/projects/.dockerignore b/projects/.dockerignore index 124498b..16fa8f9 100644 --- a/projects/.dockerignore +++ b/projects/.dockerignore @@ -8,3 +8,6 @@ # Exclude any "test*" directories & files in the individual project directories. # Test data is not part of the Docker image. If needed, mount at run time. **/test* + +# Exclude history files from interactive Docker container sessions +\.history \ No newline at end of file -- GitLab