################### | |
# compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.pdb | |
*.dll.config | |
*.cache | |
*.suo | |
# Include dlls if they’re in the NuGet packages directory | |
!/packages/*/lib/*.dll | |
!/packages/*/lib/*/*.dll | |
# Include dlls if they're in the CommonReferences directory | |
!*CommonReferences/*.dll | |
#################### | |
# VS Upgrade stuff # | |
#################### | |
UpgradeLog.XML | |
_UpgradeReport_Files/ | |
############### | |
# Directories # | |
############### | |
bin/ | |
obj/ | |
TestResults/ | |
################### | |
# Web publish log # | |
################### | |
*.Publish.xml | |
############# | |
# Resharper # | |
############# | |
/_ReSharper.* | |
*.ReSharper.* | |
############ | |
# Packages # | |
############ | |
# it’s better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
###################### | |
# Logs and databases # | |
###################### | |
*.log | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
[Bb]in | |
[Oo]bj | |
[Tt]est[Rr]esults | |
*.suo | |
*.user | |
*.[Cc]ache | |
*[Rr]esharper* | |
packages | |
NuGet.exe | |
_[Ss]cripts | |
*.exe | |
*.dll | |
*.nupkg | |
*.ncrunchsolution | |
*.dot[Cc]over |
This comment has been minimized.
This comment has been minimized.
AvetisG
commented
May 2, 2015
Thank you very much for this resource! |
This comment has been minimized.
This comment has been minimized.
jesslilly
commented
May 20, 2015
This is awesome. Thanksyou. You can also get a good gitignore file by using the Team Explorer view in Visual Studio. Go to the repo, go to settings, and if you do not have a .gitignore already, you can create one which looks similar to this gist. |
This comment has been minimized.
This comment has been minimized.
claudiobernasconi
commented
Jul 7, 2015
Thank you for sharing. It works as expected for ASP.NET MVC 4 applications. |
This comment has been minimized.
This comment has been minimized.
ghost
commented
Nov 5, 2015
Thank you! |
This comment has been minimized.
This comment has been minimized.
hamerm
commented
Nov 17, 2015
Cool, thanks! |
This comment has been minimized.
This comment has been minimized.
xitsolutions
commented
May 19, 2016
Awesome! Cheers! |
This comment has been minimized.
This comment has been minimized.
prystoynyy
commented
Jun 14, 2016
Good job! |
This comment has been minimized.
This comment has been minimized.
imAliAsad
commented
Jun 19, 2016
Thank you bro. it helped |
This comment has been minimized.
This comment has been minimized.
carios23
commented
Jul 27, 2016
Gracias! |
This comment has been minimized.
This comment has been minimized.
OswaldoMartinezMendez
commented
Aug 6, 2016
Muchas gracias |
This comment has been minimized.
This comment has been minimized.
lourenco-lima-cunha
commented
Oct 21, 2016
Thanks! |
This comment has been minimized.
This comment has been minimized.
ManGysT
commented
Nov 6, 2016
Thank you very much=) |
This comment has been minimized.
This comment has been minimized.
sangimed
commented
Nov 21, 2016
Thanks I'm gonna try it for a university project. |
This comment has been minimized.
This comment has been minimized.
bytesoftly
commented
Jan 2, 2017
•
Would add |
This comment has been minimized.
This comment has been minimized.
AbhimanyuAryan
commented
Jan 29, 2017
will this work with asp dotnet core MVC project as well? |
This comment has been minimized.
This comment has been minimized.
yvsssantosh
commented
Mar 6, 2017
Awesome! |
This comment has been minimized.
This comment has been minimized.
FreezeSoul
commented
Mar 7, 2017
Thank you! |
This comment has been minimized.
This comment has been minimized.
josealvarez97
commented
Mar 10, 2017
Thanks body! |
This comment has been minimized.
This comment has been minimized.
danishjafri
commented
Aug 17, 2017
Amazing, thank you! |
This comment has been minimized.
This comment has been minimized.
neoandeson
commented
Aug 22, 2017
Thank you very much! |
This comment has been minimized.
This comment has been minimized.
welkie
commented
Sep 6, 2017
Does this work well for ASP.NET Web API projects too? |
This comment has been minimized.
This comment has been minimized.
Maransatto
commented
Sep 9, 2017
Obrigado!!! (in portuguese) |
This comment has been minimized.
This comment has been minimized.
bcdbuddy
commented
Oct 20, 2017
exactly what I was looking for! thanks! |
This comment has been minimized.
This comment has been minimized.
buddhika85
commented
Aug 5, 2018
Thanks |
This comment has been minimized.
This comment has been minimized.
hasanfar
commented
Aug 5, 2018
very helpful. Thanks! |
This comment has been minimized.
This comment has been minimized.
theprajwal
commented
Aug 12, 2018
Thanks... |
This comment has been minimized.
This comment has been minimized.
BrentACole
commented
Sep 14, 2018
Thanks! |
This comment has been minimized.
This comment has been minimized.
wfaria
commented
Sep 25, 2018
Thanks! |
This comment has been minimized.
This comment has been minimized.
andy51002000
commented
Oct 27, 2018
Thanks~ |
This comment has been minimized.
This comment has been minimized.
brunocicom
commented
Nov 29, 2018
Very helpful. Thanks. |
This comment has been minimized.
This comment has been minimized.
kri-kan
commented
Dec 24, 2018
Can we commit PublishProfiles folder into source control.. As you haven'e added that to ignore list. |
This comment has been minimized.
This comment has been minimized.
StevenBegin
commented
Feb 18, 2019
Thanks! |
This comment has been minimized.
Assiance commentedDec 6, 2014
Thanks. You saved me some time