mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
19 lines
298 B
Plaintext
19 lines
298 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
|
|
*.db
|