commit 3de6fa3e79e1359880b61981cb9a6fbcd2dd103f Author: Emmanuel AYME Date: Wed Jul 16 20:39:47 2025 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a654f74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# Visual Studio +.vs/ +*.vcxproj.user +*.vcxproj.filters +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +**/x64 +[Bb]in/ +[Oo]bj/ +x64/Debug/ +x64/Release/ +Debug/ +Release/ + +# Visual Studio intermediate files +*.idb +*.pdb +*.ipdb +*.obj +*.log + +# Reshade Plugins Addon specific logs and build files +*.tlog/ +*.recipe +*.lastbuildstate +*.FileListAbsolute.txt + +# Others +*.exe +*.dll +*.lib +*.exp +*.rc +*.res +*.APS + +# Ignore generated files +*.cache +*.sdf + +# Ignore temporary files +*.tmp +*.temp + +# Ignore any backup or autosave files +*~ +*.bak +*.backup + +# Ignore Visual Studio Code settings if present +.vscode/ + +# Ignore Mac system files (if applicable) +.DS_Store