]> source.dussan.org Git - gitignore.git/commitdiff
added community template for InforCRM
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 14:39:57 +0000 (11:39 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: Customer FX Development <customerfx@users.noreply.github.com>
community/DotNet/InforCMS.gitignore [new file with mode: 0644]

diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore
new file mode 100644 (file)
index 0000000..6f4d951
--- /dev/null
@@ -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