mirror of
https://github.com/BugisoftRSG/SCAPI.git
synced 2024-12-22 20:47:25 +08:00
15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
|
# IDE
|
||
|
.vs/
|
||
|
.vscode/*
|
||
|
!.vscode/launch.json
|
||
|
.cache/
|
||
|
|
||
|
# output directory
|
||
|
build/
|
||
|
out/
|
||
|
__pycache__/
|
||
|
|
||
|
# precompiled headers
|
||
|
*.ipch
|
||
|
*.gch
|
||
|
*.pch
|