aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-10-28 11:39:57 -0300
committerBrendan Forster <github@brendanforster.com>2018-10-28 18:17:26 -0300
commiteff87b9c8bc028de8b85b2afe8b00d8862cd7f3f (patch)
tree268a368a3571acedc60055719d2027c82fe3bf17 /community
parent991accab3f0ed16a51397a280fbe372e93c2b543 (diff)
downloadgitignore-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.gitignore15
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