diff options
author | Brendan Forster <github@brendanforster.com> | 2018-10-28 11:39:57 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:17:26 -0300 |
commit | eff87b9c8bc028de8b85b2afe8b00d8862cd7f3f (patch) | |
tree | 268a368a3571acedc60055719d2027c82fe3bf17 /community | |
parent | 991accab3f0ed16a51397a280fbe372e93c2b543 (diff) | |
download | gitignore-eff87b9c8bc028de8b85b2afe8b00d8862cd7f3f.tar.gz gitignore-eff87b9c8bc028de8b85b2afe8b00d8862cd7f3f.zip |
added community template for InforCRM
Co-Authored-By: Customer FX Development <customerfx@users.noreply.github.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/DotNet/InforCMS.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore new file mode 100644 index 00000000..6f4d951e --- /dev/null +++ b/community/DotNet/InforCMS.gitignore @@ -0,0 +1,15 @@ +# gitignore template for InforCRM (formerly SalesLogix) +# website: https://www.infor.com/product-summary/cx/infor-crm/ +# +# Recommended: VisualStudio.gitignore + +# Ignore model files that are auto-generated +ModelIndex.xml +ExportedFiles.xml + +# Ignore deployment files +[Mm]odel/[Dd]eployment + +# Force include portal SupportFiles +!Model/Portal/*/SupportFiles/[Bb]in/ +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in
\ No newline at end of file |