Files
Paradise/.gitignore
T
warriorstar-orionandGitHub a70062a84b fix: three small mapmanip followup issues (#27200)
* fix: two small mapmanip followup issues

* also qdel edge helper markers

* return init hints instead
2024-10-29 21:45:03 +00:00

81 lines
1.3 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.
/rust/target/*
rustlibs_panic.txt
# mkdocs output.
site