Files
Aurora.3/.gitignore
T
FluffyandGitHub 49d1ea41a6 Ports and adapts TG's maplint (#18873)
Ports and adapts TG's maplint, not all checks it has are present, this
is just the first iteration.
Updated python dependency to 3.11.9.
Updated bootstrap.
Fixed various maps to not fail maplint.
2024-04-08 08:27:27 +00:00

73 lines
842 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