mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-20 09:26:59 +08:00
Add emacs and macOS exclusions to .gitignore
This commit is contained in:
parent
be8639c476
commit
f777c76c92
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -4,3 +4,18 @@ whoisd/
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
/data/.rpsl
|
/data/.rpsl
|
||||||
|
|
||||||
|
# ---> Emacs
|
||||||
|
# -*- mode: gitignore; -*-
|
||||||
|
*~
|
||||||
|
\#*\#
|
||||||
|
.\#*
|
||||||
|
|
||||||
|
# ---> macOS
|
||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue