From 5d585da1a5b441f0cff47474ec303ad91a1543bf Mon Sep 17 00:00:00 2001 From: Tim Kaune <tim.kaune@gmx.de> Date: Tue, 23 Jan 2024 21:45:05 +0100 Subject: [PATCH] Refactor .gitignore setup --- .gitignore | 2 +- bin/.gitignore | 2 ++ build/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 bin/.gitignore create mode 100644 build/.gitignore diff --git a/.gitignore b/.gitignore index 3d9e1ca..ced691f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .* !.gitignore !.gitattributes -!.github/ \ No newline at end of file +!.github/ diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- GitLab