From 7de4a038c70aa523666060e49ae74f772265649f Mon Sep 17 00:00:00 2001 From: Heliomar Marques Date: Sat, 26 Mar 2022 17:23:58 -0300 Subject: [PATCH] add gitignore for VB6 --- VisualBasic.gitignore | 69 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 VisualBasic.gitignore diff --git a/VisualBasic.gitignore b/VisualBasic.gitignore new file mode 100644 index 00000000..24c1d777 --- /dev/null +++ b/VisualBasic.gitignore @@ -0,0 +1,69 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +.DS_Store +.Trashes +*.vbw +*.csi +*.exp +*.lib +*.lvw +*.dca +*.scc +*.tmp +*.exe +*.bat +*.bak +*.zip +*.old +*.enc +*.key +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Ignore all subdirectories +*/* + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk