first
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# -------------------------
|
||||
# SSH private keys
|
||||
# -------------------------
|
||||
id_*
|
||||
*.pem
|
||||
*.key
|
||||
*.private
|
||||
|
||||
# -------------------------
|
||||
# SSH runtime files
|
||||
# -------------------------
|
||||
authorized_keys
|
||||
known_hosts
|
||||
known_hosts.old
|
||||
|
||||
# -------------------------
|
||||
# Agent / sockets
|
||||
# -------------------------
|
||||
ssh-agent*
|
||||
*.sock
|
||||
|
||||
# -------------------------
|
||||
# Backup / temp
|
||||
# -------------------------
|
||||
*.bak
|
||||
*.tmp
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# -------------------------
|
||||
# Logs
|
||||
# -------------------------
|
||||
*.log
|
||||
|
||||
# -------------------------
|
||||
# OS files
|
||||
# -------------------------
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# -------------------------
|
||||
# Editors
|
||||
# -------------------------
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# -------------------------
|
||||
# Git safety
|
||||
# -------------------------
|
||||
.env
|
||||
*.env
|
||||
*.secret
|
||||
Reference in New Issue
Block a user