mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
22e15e95d6
* fix(Respawn): fix respawn in SP * fix: re-enable bigobj * fix: update creator's stack size * fix: use BOOLs instead of bools * fix(gitignore): hide .pyc files
19 lines
176 B
Plaintext
19 lines
176 B
Plaintext
# IDE
|
|
.vs/
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
.cache/
|
|
|
|
# output directory
|
|
build/
|
|
out/
|
|
__pycache__/
|
|
|
|
# precompiled headers
|
|
*.ipch
|
|
*.gch
|
|
*.pch
|
|
*.pyc
|
|
|
|
# generated by CMAKE
|
|
version.cpp |