74 lines
915 B
Plaintext
74 lines
915 B
Plaintext
# Local configuration files (contain secrets - do NOT commit)
|
|
# Developers should copy config.example to config and add their test credentials
|
|
config
|
|
*.config
|
|
!config.example
|
|
!*.config.example
|
|
|
|
# Gitea API documentation (downloaded for reference, not part of source)
|
|
gitea-swagger.v1.json
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.elf
|
|
*.3dsx
|
|
*.smdh
|
|
*.cia
|
|
*.3ds
|
|
*.rpx
|
|
*.wuhb
|
|
*.vpk
|
|
*.nro
|
|
*.nsp
|
|
|
|
# CMake
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
*.cmake
|
|
!CMakeLists.txt
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
*.code-workspace
|
|
|
|
# Container volumes and build contexts
|
|
.docker-volumes/
|
|
docker-context/
|
|
|
|
# Test outputs and coverage
|
|
test-results/
|
|
coverage/
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
# Platform-specific build directories
|
|
3ds/build/
|
|
wiiu/build/
|
|
switch/build/
|
|
vita/build/
|
|
android/build/
|
|
ios/build/
|
|
|
|
# Dependencies
|
|
deps/
|
|
third-party/build/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.cache
|