From b5759fb1169b24db070e82225d54343985f384b3 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Sun, 17 May 2026 14:25:40 -0600 Subject: [PATCH] init --- .cursorignore | 3 +++ .cursorindexingignore | 29 +++++++++++++++++++++++++++++ .gitignore | 27 +++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .cursorignore create mode 100644 .cursorindexingignore create mode 100644 .gitignore diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000..b3e5bba --- /dev/null +++ b/.cursorignore @@ -0,0 +1,3 @@ +# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv) +*.mp4 +*.webm \ No newline at end of file diff --git a/.cursorindexingignore b/.cursorindexingignore new file mode 100644 index 0000000..0e68541 --- /dev/null +++ b/.cursorindexingignore @@ -0,0 +1,29 @@ +.specstory/** + +*.mp4 +*.webm +*.7z +**/*.mp4 +**/*.webm +**/*.7z + +*.mov +*.mkv +*.avi +*.mp3 +*.wav +*.flac +*.zip +*.rar +*.tar +*.gz +**/*.mov +**/*.mkv +**/*.avi +**/*.mp3 +**/*.wav +**/*.flac +**/*.zip +**/*.rar +**/*.tar +**/*.gz \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d64070 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.mp4 +*.webm +*.7z +**/*.mp4 +**/*.webm +**/*.7z + +*.mov +*.mkv +*.avi +*.mp3 +*.wav +*.flac +*.zip +*.rar +*.tar +*.gz +**/*.mov +**/*.mkv +**/*.avi +**/*.mp3 +**/*.wav +**/*.flac +**/*.zip +**/*.rar +**/*.tar +**/*.gz \ No newline at end of file