mirror of
https://github.com/skoelle/marcer-gamedvd-launcher.git
synced 2026-09-17 18:50:25 +00:00
28 lines
496 B
Plaintext
28 lines
496 B
Plaintext
# Ignore build artifacts
|
|
bin/
|
|
obj/
|
|
# User-specific or machine-generated files
|
|
*.user
|
|
*.vs
|
|
*.vscode
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python virtual environment
|
|
.venv/
|
|
|
|
# Release-Verzeichnis (keine ZIPs o.ä. ins Git!)
|
|
# Only ignore top-level release/ directory. Release directories in subfolders are allowed.
|
|
/release/
|
|
|
|
# User-specific configuration (real config, not example)
|
|
launcher.config.json
|
|
favorites.txt
|
|
|
|
# Demo directory (generated by demo.sh)
|
|
.demo/
|