1127e51a52
* 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 |