This should help with not forgetting to add any new directories (such as TShockInstaller and TShockPluginManager, which have been missing until now).
20 lines
338 B
Text
20 lines
338 B
Text
# Ignore all Git metadata and build output (in all directories).
|
|
**/.git*
|
|
**/bin/
|
|
**/obj/
|
|
|
|
# Ignore other specific files that aren't needed for the build itself.
|
|
/.all-contributorsrc
|
|
/.dockerignore
|
|
/.editorconfig
|
|
/.vscode
|
|
/appveyor.yml
|
|
/COPYING
|
|
/crowdin.yml
|
|
/Dockerfile
|
|
/docs
|
|
/README.md
|
|
/README_cn.md
|
|
/renovate.json
|
|
/scripts
|
|
/SECURITY.md
|