From acea7b2e728787a0d83bbf83c8c1f042d2c32e7e Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 3 Jun 2024 10:15:45 +0800 Subject: + plugins project --- Plugins/MonoGame.Extended/.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Plugins/MonoGame.Extended/.gitignore (limited to 'Plugins/MonoGame.Extended/.gitignore') diff --git a/Plugins/MonoGame.Extended/.gitignore b/Plugins/MonoGame.Extended/.gitignore new file mode 100644 index 0000000..d64f1ef --- /dev/null +++ b/Plugins/MonoGame.Extended/.gitignore @@ -0,0 +1,29 @@ +################################################################################ +### IDE directories +################################################################################ +.vs/ +.vscode/ +.idea/ + +################################################################################ +### User specific files that can be generated by Visual Studio +################################################################################ +*.suo +*.user + +################################################################################ +### Build and Intermediate directories +################################################################################ +[Bb]in/ +[Oo]bj/ + +################################################################################ +### Build artifacts directory +################################################################################ +.artifacts/ + +################################################################################ +### OS specific auto generated files +################################################################################ +.DS_Store +[Tt]humbs.db -- cgit v1.1-26-g67d0