aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-11-26 18:15:38 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-11-26 18:15:38 +0200
commitca97e2ff2fb8ce4d83d94791cbf7e259339694fc (patch)
tree043924403616dbf3fb65c90f7584373ff9da12a7
parent262c1efc9d53b8b70fe677dc7d2d173896ffcee8 (diff)
downloadTango-ca97e2ff2fb8ce4d83d94791cbf7e259339694fc.tar.gz
Tango-ca97e2ff2fb8ce4d83d94791cbf7e259339694fc.zip
Modified .gitignore to include SQL Server DB Files. (.mdf, .ldf, .ndf).
Added Tango.mdf & Tango .ldf to repository.
-rw-r--r--.gitignore6
-rw-r--r--Software/DB/Tango.mdfbin0 -> 8388608 bytes
-rw-r--r--Software/DB/Tango_log.ldfbin0 -> 8388608 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 940794e60..c110f3b0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -217,9 +217,9 @@ UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
-*.mdf
-*.ldf
-*.ndf
+# *.mdf
+# *.ldf
+# *.ndf
# Business Intelligence projects
*.rdl.data
diff --git a/Software/DB/Tango.mdf b/Software/DB/Tango.mdf
new file mode 100644
index 000000000..8806e0878
--- /dev/null
+++ b/Software/DB/Tango.mdf
Binary files differ
diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf
new file mode 100644
index 000000000..8fd6644ac
--- /dev/null
+++ b/Software/DB/Tango_log.ldf
Binary files differ