From: Nathael Pajani Date: Sat, 11 Feb 2023 04:29:05 +0000 (+0100) Subject: Add and update gitignore files X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=6ed90ff80f193ba3d90103f67b3ed9e60217a417;p=soft%2Flpc82x%2Fcore Add and update gitignore files --- 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