diff options
Diffstat (limited to 'Plugins/MonoGame.Extended/.gitignore')
-rw-r--r-- | Plugins/MonoGame.Extended/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
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 |