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 /.gitignore | |
| 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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 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 |
