Skip to content

Commit

Permalink
Added build support, and clean .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbattersby committed Nov 19, 2011
1 parent 4a62f2b commit 592eb34
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Visual Studio
obj
bin
src/CommonAssemblyInfo.cs
*.csproj.user
*.suo
*.cache

# Fubu
fubu-content

# NuGet
src/packages
repositories.config

# Resharper
src/Validation/AjaxContinuation/_Resharper.*/
src/Validation/AjaxContinuation/*.resharper.user
*.resharper.user
*.ReSharper.user
*/_Resharper.*/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "buildsupport"]
path = buildsupport
url = git://github.com/DarthFubuMVC/buildsupport.git
1 change: 1 addition & 0 deletions buildsupport
Submodule buildsupport added at 538a03

0 comments on commit 592eb34

Please sign in to comment.