From 8580091bf5c08da480ef66b3815d74fc3caad8b8 Mon Sep 17 00:00:00 2001 From: Tres Pittman Date: Wed, 30 Aug 2023 12:57:02 -0500 Subject: [PATCH] initial winows gitignore --- Windows.gitignore | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Windows.gitignore diff --git a/Windows.gitignore b/Windows.gitignore new file mode 100644 index 00000000..8826fdbe --- /dev/null +++ b/Windows.gitignore @@ -0,0 +1,62 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Windows error report files +*.WER + +# File lock files +*.lock + +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so +*.dll + +# Tilde files +*~ + +# Log and dump files +*.log +*.dmp + +# Temp files +*.tmp +*.swp +*.bak +*.swx +*.swo + +# Other unwanted files +*.exe +*.pdb +*.p12 +*.cer + +# Platform specific files +/node_modules/ +.idea/ +.vscode/ +.history/