Files
Aurora.3/.gitignore
WildkinsandGitHub 4927a77499 Update tracy client to 0.13.1, replace replay with rtracy, update runtime condenser and license everything (#21838)
see title

runtime condenser now works with the condensed log
got rid of old tracy versions and the broken replayer, added 0.13.1
tracy and rtracy with licenses and a readme
gitignore now ignores .utracy dumps anywhere so you can dump them in
tools/tracy to make your life easier
2026-02-14 16:46:38 +00:00

76 lines
866 B
Plaintext

#ignore misc BYOND files
Thumbs.db
*.swp
*.log
*.rsc
*.int
*.dmb
*.lk
*.backup
*.before
build_log.txt
__pycache__/
*.py[cod]
*$py.class
/.atom-build.json
#VScode and relative exceptions
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.vs/
#Ignore compiled files and other files generated during compilation.
*.mdme
*.mdme.*
*.dmb
*.rsc
*.m.dme
*.test.dme
*.lk
*.int
*.backup
# auto-generated tag files
tags
# Installer logs
pip-*.txt
# dotenv
.env
# Windows shortcuts
*.lnk
# Thumbnails
._*
#Ignore byond config folder.
cfg/
/cfg/**/*
#Ignore everything in datafolder and subdirectories
data/
/data/**/*
/tmp/**/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# pyenv
.python-version
define_sanity_output.txt
# Unit test / coverage reports
.cache
# Tracy dumps
*.utracy