mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* linter improvements * update rights * requirements * perhaps * better * test * oops * un-TG it * Update od_lints.dm
83 lines
1.2 KiB
Plaintext
83 lines
1.2 KiB
Plaintext
*.log
|
|
*.int
|
|
*.rsc
|
|
*.dmb
|
|
*.lk
|
|
info.json
|
|
|
|
# Temporary file created by the build system
|
|
*.m.dme
|
|
|
|
# WinMerge backups
|
|
*.bak
|
|
|
|
# String dumps
|
|
*.str
|
|
|
|
# Compiled Python doohickies
|
|
*.pyc
|
|
|
|
# Vim
|
|
*.swp
|
|
|
|
#ignore any files in config/, except those in subdirectories.
|
|
/config/*
|
|
!/config/*/*
|
|
|
|
# OpenBYOND-generated crap
|
|
/dmis
|
|
/interface-indented
|
|
/code-indented
|
|
*.new.dmi
|
|
|
|
.metadata
|
|
/bot/config.yml
|
|
/bot/data
|
|
/analysis
|
|
/code-fixed
|
|
|
|
# Player preferences
|
|
players2.sqlite
|
|
|
|
# New CMC Minimap images.
|
|
/data/minimaps/*
|
|
|
|
# Map rendering
|
|
/maprendering/renderoutput/*
|
|
|
|
# Backup maps created by maptools
|
|
*.dmm.backup
|
|
|
|
# Changelog dry runs
|
|
/html/changelog.dry.html
|
|
/html/changelogs/.dry_changelog.yml
|
|
|
|
# Map player count config
|
|
/maps/voting/*/playercount.txt
|
|
# Created by Dream Maker when opening maps that contain invalid type paths
|
|
/maps/backup
|
|
# Runtime condenser I/O files.
|
|
/tools/Runtime\ Condenser/*.txt
|
|
|
|
# Investigate logs that have an annoying tendency to generate during testing
|
|
/data/investigate/*
|
|
|
|
# Round-end statistics
|
|
/data/statfiles/*
|
|
|
|
# Persistence files
|
|
/data/persistence/*
|
|
|
|
cfg
|
|
*.code-workspace
|
|
/byond
|
|
|
|
# Thumbs.db (windows image caching)
|
|
Thumbs.db
|
|
|
|
# Bootstrapped node installation for the tgui build system
|
|
.cache
|
|
|
|
# Running OpenDream locally
|
|
vgstation13.json
|