From 897b3020b06d4d4510dc518140ce2d278385e656 Mon Sep 17 00:00:00 2001 From: rain Date: Mon, 10 Mar 2025 20:08:20 +0000 Subject: Basic files --- .gitignore | 13 +++++++++++++ .htaccess | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 .htaccess diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce2cab0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +.trash +ehthumbs.db +Thumbs.db + +.obsidian +*.css + +.idea/ \ No newline at end of file diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..2150e6f --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +RedirectMatch 404 /\.obsidian +RedirectMatch 404 /\.git -- cgit v1.2.3