From 99d32f14f96b1e05f9d03aadc895da639696ca59 Mon Sep 17 00:00:00 2001 From: Pcosson Date: Tue, 24 Jun 2025 11:07:52 +0200 Subject: [PATCH] add gitignore --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6fbb96 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Do not commit binaries: +*.exe +*.msu +*.msi +*.zip +*.rpm +*.deb +*.yum +*.dmg +*.vsix +*.appx +*.appxbundle +*.msix +*.msixbundle +*.iso +*.cab +*.pkg +*.jar +*.msp +*.part +*.bak + +# Do not commit generated WAPT files: +*.pyc +*.crt +*.sha256 +*.wapt +.env +*.psproj +**/.vscode/ +signature +*.sha1 + +# Do not commit template part: +template.py +.vscode/*.json +code_template.cmd +/template +package_template.py + +# Specific to this package (use ! as prefix to allow commit):