mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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.
73 lines
842 B
Plaintext
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
|