Files
Paradise/.gitignore
Patrick Meade 677e13353f Adds Dockerfile and Utility Scripts (#31446)
* Adds Dockerfile and Utility Scripts

* Remove RUSTG_VERSION from _build_dependencies.sh

* Moved documentation to references, added link to mkdocs.yml

* Update references, finish documentation, fix typos

* Fixed small error in docs and scripts

* Add CI action to build and publish game server images

* Bump CI action to compatible Ubuntu runner

* Fix up the base image for NanoMap rendering

* Remove commented out base for nanomap-build stage

* Removed default values from Dockerfile build arguments

Sanitized default arguments in Dockerfile
Updated CI workflow to use _build_dependencies.sh to build the Docker image
Added documentation on using --build-arg flags with the docker build command

* Modify caching for Docker builds in CI

* Add missing files to pacify Nanomap Renderer
2026-04-11 22:13:20 +00:00

98 lines
1.6 KiB
Plaintext

#ignore misc BYOND files
*.log
*.int
*.rsc
*.dmb
*.lk
# ignore tmp files generated by icon save operations
/tmp/*
#ignore any files in config/, except those in subdirectories.
/config/*
!config/**/*/
# ignore cfg, an internal BYOND folder
/cfg/*
#ignore other, specific files and folers
*.before
data/
/_maps/map_files/backup/*
/_maps/map_files/**/backup/*
/_maps/map_files/**/*.dmm.backup
/_maps/quicksave/*
**/__pycache__/*
*.db
stddef.dm
.atom-build.json
*.vscode/*
!/.vscode/extensions.json
!/.vscode/tasks.json
!/.vscode/launch.json
# ignore DMI tool build cache
/tools/dmitool/bin/
/tools/dmitool/.gradle/
/tools/dmitool/.settings/
/tools/dmitool/.classpath
/tools/dmitool/.project
# ignore midi2piano build cache
/tools/midi2piano/midi2piano/obj/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# ignore python cache
.cache
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# pyenv
.python-version
# Tools some of us like to keep in the repo
dmm-tools.exe
OpenDream
paradise.json
# Misc windows shenanigans
$RECYCLE.BIN
# Linux libs
/*.so
# VIM swap files.
*.swp
# Rust output and test output files.
/rust/src/mapmanip/test/*_out.dmm
/rust/target/*
rustlibs_panic.txt
# mkdocs output.
site
# mapmanip-generated DMM files
_maps/map_files/**/*.mapmanipout.dmm
# byond version manager tracking file
.byondversion
# dmdoc and output
dmdoc.exe
dmdoc/
# don't share our secrets
/secret
# don't share database dumps from docker containers
/paradise_db.sql