Files
centralmasterdata/templates/gitignore-template
2023-07-13 20:26:43 +02:00

104 lines
1.3 KiB
Plaintext

# 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/