mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
This commit updates the .gitignore file to ignore the proper files with the new tree system, and modifies the mapmerge files to the latest -tg- files, as those are already compatible and written for the new tree system.
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
#ignore misc BYOND files
|
|
*.log
|
|
*.int
|
|
*.rsc
|
|
*.dmb
|
|
*.lk
|
|
|
|
#ignore any files in config/, except those in subdirectories.
|
|
/config/*
|
|
!/config/*/*
|
|
|
|
#ignore other, specific files and folers
|
|
data/
|
|
/_maps/map_files/backup/*
|
|
/_maps/map_files/**/backup/*
|
|
/_maps/map_files/**/*.dmm.backup
|
|
/nano/debug.html
|