diff options
-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 |