commit 0980fe3d5cba6c8bb32d312515cfe86ec629e861 Author: Milad Karbasizadeh Date: Wed Mar 19 10:41:14 2014 +0430 gitignore added diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a08ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +#Junk Files +*.DS_Store +[Tt]humbs.db + +#Visual Studio Files +[Oo]bj +[Bb]in +[Dd]ebug +[Bb]uild/ +*.user +*.suo +*.exe +*.pdb +*.aps +*_i.c +*_p.c +*.ncb +*.tlb +*.tlh +*.[Cc]ache +*.bak +*.ncb +*.ilk +*.log +*.lib +*.sbr +*.sdf +ipch/ +*.dbmdl +*.cache +*.swp +*.vspscc +*.vssscc +*.bak.* +*.bak + +#Tools +_ReSharper.* +_ReSharper*/ +*.resharper +*.resharper.user +[Nn][Dd]epend[Oo]ut*/ +Ankh.NoLoad + +# Include DLLs if they're in the NuGet packages directory +#!/packages/*/lib/*.dll +#!/packages/*/lib/*/*.dll + +# Include DLLs if they're in lib folder. +#!/lib/*/*.dll +#!/lib/*/*.exe + +#Other +.svn +app_data +elmah-log \ No newline at end of file