From 6ed90ff80f193ba3d90103f67b3ed9e60217a417 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sat, 11 Feb 2023 05:29:05 +0100 Subject: [PATCH] Add and update gitignore files --- .gitignore | 2 +- apps/.gitignore | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 apps/.gitignore diff --git a/.gitignore b/.gitignore index 92034fa..912a6e0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# NOTE! Please use 'git ls-files -i --exclude-standard' +# NOTE! Please use 'git ls-files -ioc --exclude-standard' # command after changing this file, to see if there are # any tracked files which get ignored after the change. # diff --git a/apps/.gitignore b/apps/.gitignore new file mode 100644 index 0000000..f00f18a --- /dev/null +++ b/apps/.gitignore @@ -0,0 +1,14 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -ioc --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +* +!.gitignore +!README -- 2.43.0