Archive for July, 2010

SharpArchitecture gitignore

I’ve been using Sharp as an MVC framework and git as my source control. Below is my gitignore file that allows me to track only the files I wish to track.

#SharpArch ignores
#Folders
lib/
logs/
build/
db/
tools/

#Files
/CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.bak
*.cache
*.ilk
*.log
*.dll
*.DLL
*.config
*.sql
*.txt
*.tt
#*/AssemblyInfo.cs
#/*/AssemblyInfo.cs
*AssemblyInfo.cs


Topics/ Categories

My (Live) Twitter stream

Archives

My Recent Bookmarks

 

July 2010
M T W T F S S
« May   Aug »
 1234
567891011
12131415161718
19202122232425
262728293031  

Follow

Get every new post delivered to your Inbox.