mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 07:57:00 +00:00
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
60 lines
1020 B
Plaintext
60 lines
1020 B
Plaintext
###Files and folders specified here will never be tracked.
|
|
|
|
#Ignore compiled files and other files generated during compilation.
|
|
*.dmb
|
|
*.rsc
|
|
*.m.dme
|
|
*.test.dme
|
|
*.lk
|
|
*.int
|
|
*.backup
|
|
|
|
#ignore misc BYOND files
|
|
Thumbs.db
|
|
*.log
|
|
*.before
|
|
*.pyc
|
|
*.pid
|
|
cfg/
|
|
|
|
#Ignore the data folder/symlink itself. This is very important if you are using VGS
|
|
/data
|
|
|
|
#Ignore everything in datafolder and subdirectories
|
|
/data/**/*
|
|
/tmp/**/*
|
|
/cache/**/*
|
|
|
|
#Visual studio stuff
|
|
*.vscode/*
|
|
!/.vscode/launch.json
|
|
!/.vscode/extensions.json
|
|
!/.vscode/settings.json
|
|
!/.vscode/tasks.json
|
|
|
|
#Ignore IDE files we don't need in the repo.
|
|
/.vs/**/*
|
|
/v17/**/*
|
|
/v18/**/*
|
|
/v19/**/*
|
|
/v20/**/*
|
|
/v21/**/*
|
|
/v22/**/*
|
|
|
|
temp.dmi
|
|
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# CBT Things
|
|
.cache
|
|
|
|
#These get built by some automatic process
|
|
tgui/public/tgui.bundle.css
|
|
tgui/public/tgui.bundle.js
|
|
#ignore tracy dll
|
|
prof.dll
|
|
|
|
# From /tools/define_sanity/check.py - potential output file that we load onto the user's machine that we don't want to have committed.
|
|
define_sanity_output.txt
|