aminhusni / Trinity_Matrix_Management_GUI

A management GUI for Matrix-Synapse server
GNU Affero General Public License v3.0
26 stars 0 forks source link

missing .gitignore #6

Closed mttkrb closed 5 years ago

mttkrb commented 5 years ago

Hi, you should add a .gitignore-file to your repo. There are many files and folders commited, which doesn't below on github. Just add this file: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore as .gitignore in the root directory of your project.

aminhusni commented 5 years ago

Hi, thanks for this