mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-09 08:53:40 +02: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
Reference in a new issue