From 0e0c32618f5455c550ff06dfb00e555273fcc37a Mon Sep 17 00:00:00 2001 From: Bobban Date: Thu, 13 Jul 2023 20:26:43 +0200 Subject: [PATCH] Added ignore excludes --- templates/gitignore-template | 103 +++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/templates/gitignore-template b/templates/gitignore-template index e69de29..76d93ae 100644 --- a/templates/gitignore-template +++ b/templates/gitignore-template @@ -0,0 +1,103 @@ +# OpenSSL-related files best not committed + +## Certificate Authority +*.ca + +## Certificate +*.crt + +## Certificate Sign Request +*.csr + +## Certificate +*.der + +## Key database file +*.kdb + +## OSCP request data +*.org + +## PKCS #12 +*.p12 + +## PEM-encoded certificate data +*.pem + +## Random number seed +*.rnd + +## SSLeay data +*.ssleay + +## S/MIME message +*.smime + +# Secrets + +## GPG secrets +secring.* + +## Private key +*.ppk + +# Linux files +*~ + +## temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +## KDE directory preferences +.directory + +## Linux trash folder which might appear on any partition or disk +.Trash-* + +## .nfs files are created when an open file is removed but is still being accessed +.nfs* + +## Snap packages + +parts/ +prime/ +stage/ +*.snap + +## Snapcraft global state tracking data(automatically generated) +/snap/.snapcraft/ + +## Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container +/*_source.tar.bz2 + + + +# Notepad++ backups +*.bak + + + +# Windows +## Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +## Windows shortcuts +*.lnk + +## Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +## Dump file +*.stackdump + +## Folder config file +[Dd]esktop.ini + +## Recycle Bin used on file shares +$RECYCLE.BIN/