about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorelioat@tilde.institute <eli@newstartmobile.com>2023-01-10 22:18:29 -0500
committerelioat@tilde.institute <eli@newstartmobile.com>2023-01-10 22:18:29 -0500
commit0b233305f90a815992a840bc687f18f2eaa0d456 (patch)
treee886df7e711eccdb3b06f93ff199b4cffdd2921c /.gitignore
downloadwiki-0b233305f90a815992a840bc687f18f2eaa0d456.tar.gz
gonna try to do the wiki thing
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore88
1 files changed, 88 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..574cd5d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,88 @@
+# Created by https://www.toptal.com/developers/gitignore/api/macos,emacs
+# Edit at https://www.toptal.com/developers/gitignore?templates=macos,emacs
+
+### Emacs ###
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+# flymake-mode
+*_flymake.*
+
+# eshell files
+/eshell/history
+/eshell/lastdir
+
+# elpa packages
+/elpa/
+
+# reftex files
+*.rel
+
+# AUCTeX auto folder
+/auto/
+
+# cask packages
+.cask/
+dist/
+
+# Flycheck
+flycheck_*.el
+
+# server auth directory
+/server/
+
+# projectiles files
+.projectile
+
+# directory configuration
+.dir-locals.el
+
+# network security
+/network-security.data
+
+
+### macOS ###
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+### macOS Patch ###
+# iCloud generated files
+*.icloud
+
+# End of https://www.toptal.com/developers/gitignore/api/macos,emacs
\ No newline at end of file