From 7edfa297fa26d0198cac26b8098b6647f2d78976 Mon Sep 17 00:00:00 2001 From: Eric Taylor Date: Mon, 13 Apr 2026 17:42:34 -0700 Subject: [PATCH] Initial commit --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4a502f --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f66b6e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# portfolio.erictaylor.me +