Initial commit

This commit is contained in:
2025-07-16 20:39:47 +02:00
commit 3de6fa3e79

58
.gitignore vendored Normal file
View File

@@ -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