diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-26 18:15:38 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-26 18:15:38 +0200 |
| commit | ca97e2ff2fb8ce4d83d94791cbf7e259339694fc (patch) | |
| tree | 043924403616dbf3fb65c90f7584373ff9da12a7 | |
| parent | 262c1efc9d53b8b70fe677dc7d2d173896ffcee8 (diff) | |
| download | Tango-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-- | .gitignore | 6 | ||||
| -rw-r--r-- | Software/DB/Tango.mdf | bin | 0 -> 8388608 bytes | |||
| -rw-r--r-- | Software/DB/Tango_log.ldf | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..8806e0878 --- /dev/null +++ b/Software/DB/Tango.mdf diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf Binary files differnew file mode 100644 index 000000000..8fd6644ac --- /dev/null +++ b/Software/DB/Tango_log.ldf |
