diff options
author | rain <rain@pingforagoodtime.com> | 2025-03-10 20:08:20 +0000 |
---|---|---|
committer | rain <rain@pingforagoodtime.com> | 2025-03-10 20:08:20 +0000 |
commit | 897b3020b06d4d4510dc518140ce2d278385e656 (patch) | |
tree | 985ca2e2f5bd27d6dad70431834418c3614557fd |
Basic files
-rw-r--r-- | .gitignore | 13 | ||||
-rw-r--r-- | .htaccess | 2 |
2 files changed, 15 insertions, 0 deletions
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 |