i am working with vs2013 IDE. my web project has app_data folder and in which i have database testdb.mdf. so when i commit and check github site then i saw app_data folder was not there. it means app_data folder not published to github.
i read this post Git doesn't "see" App_Data in ASP.NET MVC4 web application
i copy a empty text file in app_data folder and do the commit and sync again then i saw app_data folder was there in github but my database files testdb.mdf file was not in app_data folder of github. why testdb.mdf file is not going to github?
suggest me how could i push my db file in app_data folder to github site.what to change in gitignore file.