Added ignore excludes
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user