From c11e64c38bb76eb9c16b72708c2f18507a7feaff Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Sun, 20 Oct 2024 16:37:53 +0000 Subject: [PATCH] Created .ignore --- .ignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..e88afff --- /dev/null +++ b/.ignore @@ -0,0 +1,38 @@ +# Ignore Windows system and configuration files +Thumbs.db +desktop.ini +*.log +*.tmp +*.bak + +# Ignore Windows-specific directories +$RECYCLE.BIN/ +System Volume Information/ + +# Ignore temporary and cache files +*.cache +*.tmp +*.log +*.swp +*.swo +*.DS_Store + +# Ignore specific IDE or editor files +*.vscode/ +*.idea/ +*.sln +*.user + +# Ignore backup and archive files +*.zip +*.rar +*.tar.gz +*.tar.bz2 +*.7z + +# Ignore large media or unnecessary resource files +*.mp4 +*.mp3 +*.avi +*.mov +*.wav \ No newline at end of file