71 lines
819 B
Plaintext
71 lines
819 B
Plaintext
# Operating systems and editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.vscode/
|
|
.idea/
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.swp
|
|
*.log
|
|
*~
|
|
|
|
# Private requirement / handover documents
|
|
*.pdf
|
|
*.doc
|
|
*.docx
|
|
|
|
# C/C++ generated artifacts
|
|
*.obj
|
|
*.o
|
|
*.pdb
|
|
*.ilk
|
|
*.idb
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.exp
|
|
*.lib
|
|
*.dll
|
|
*.exe
|
|
|
|
# Build outputs
|
|
out/
|
|
build/
|
|
build-*/
|
|
cmake-build-*/
|
|
.cmake/
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
CMakeSettings.json
|
|
CMakeUserPresets.json
|
|
Testing/
|
|
|
|
# Third-party/business binary drops and generated packages
|
|
App/
|
|
dist/
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.7z
|
|
*.rar
|
|
|
|
# Local runtime state and credentials
|
|
config/app_config.json
|
|
config/client_identity.dat
|
|
config/local_state.json
|
|
config/version_policy.dat
|
|
config/*.local.json
|
|
config/*private*.pem
|
|
config/*private*.key
|
|
update/
|
|
update_temp/
|