mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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
76 lines
866 B
Plaintext
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
|