about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-11-26 21:08:06 -0500
committerelioat <hi@eli.li>2023-11-26 21:08:06 -0500
commit45cb5c5b17c017b498d01af009b7c07d43a3a68d (patch)
tree9b5b39c322bcc5bcd4f6f3bc9dff130538582776
downloaddecember-2023-45cb5c5b17c017b498d01af009b7c07d43a3a68d.tar.gz
prepping
-rw-r--r--.gitignore88
-rw-r--r--README.md6
2 files changed, 94 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dd9ee4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,88 @@
+# Created by https://www.toptal.com/developers/gitignore/api/emacs,macos
+# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,macos
+
+### 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/emacs,macos
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c1f5e3b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# December Adventure 2023
+
+A repo for the [December adventure](https://eli.li/december-adventure) of 2023!
+
+I'm not totally sure I'll actually use this repo, depending on what project I decide to tackle, but, just in case, here it is.
+