From f00b56b3641c237c1a3154071d3b274362e3ec50 Mon Sep 17 00:00:00 2001 From: Oscar Lysak <oscar.lysak@gmail.com> Date: Sat, 13 Apr 2024 17:30:58 +0100 Subject: [PATCH] Ignore .history directory in .gitignore --- .gitingore | 1 + .history/.gitingore_20240413165634 | 3 +++ .history/.gitingore_20240413170108 | 0 .history/.gitingore_20240413173025 | 3 +++ .history/.gitingore_20240413173035 | 4 ++++ 5 files changed, 11 insertions(+) create mode 100644 .history/.gitingore_20240413165634 create mode 100644 .history/.gitingore_20240413170108 create mode 100644 .history/.gitingore_20240413173025 create mode 100644 .history/.gitingore_20240413173035 diff --git a/.gitingore b/.gitingore index 7fb0e66e..15bb6557 100644 --- a/.gitingore +++ b/.gitingore @@ -1,3 +1,4 @@ __pycache__/ +.history/ venv/ .DS_Store \ No newline at end of file diff --git a/.history/.gitingore_20240413165634 b/.history/.gitingore_20240413165634 new file mode 100644 index 00000000..7fb0e66e --- /dev/null +++ b/.history/.gitingore_20240413165634 @@ -0,0 +1,3 @@ +__pycache__/ +venv/ +.DS_Store \ No newline at end of file diff --git a/.history/.gitingore_20240413170108 b/.history/.gitingore_20240413170108 new file mode 100644 index 00000000..e69de29b diff --git a/.history/.gitingore_20240413173025 b/.history/.gitingore_20240413173025 new file mode 100644 index 00000000..a32f7b00 --- /dev/null +++ b/.history/.gitingore_20240413173025 @@ -0,0 +1,3 @@ +__pycache__/ +.history/ +venv/ \ No newline at end of file diff --git a/.history/.gitingore_20240413173035 b/.history/.gitingore_20240413173035 new file mode 100644 index 00000000..15bb6557 --- /dev/null +++ b/.history/.gitingore_20240413173035 @@ -0,0 +1,4 @@ +__pycache__/ +.history/ +venv/ +.DS_Store \ No newline at end of file -- GitLab