From 206acffd10332cec65caacd2fee19e7b767f4a5a Mon Sep 17 00:00:00 2001 From: Greg Sosa Date: Fri, 5 Jul 2019 16:41:37 -0400 Subject: [PATCH] Creating SSRS.gitignore (#3107) --- SSRS.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SSRS.gitignore diff --git a/SSRS.gitignore b/SSRS.gitignore new file mode 100644 index 00000000..2b33c13c --- /dev/null +++ b/SSRS.gitignore @@ -0,0 +1,18 @@ +# gitignore template for SQL Server Reporting Services (SSRS) +# +# Recommended: SSRS + +# Ignore model files that are auto-generated +*.data +*.user +*.rds + +# Ignore solutions files +*.sln +*.suo +*.rptproj +*.obj + +# Ignore shortcut +*.ink +