Skip to content

Commit

Permalink
Add overall layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy committed Jun 26, 2015
1 parent 867c869 commit c689fd8
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/csx/
/**/obj/
/**/xdocoutput/
/**/node_modules/
/**/*.sln.ide/
/TestResults/
/.vs/

###############
# temp file #
###############
*.nupkg
*.log
*.tmp
*.vsprops
*.suo
*.user
*.userprefs
*.suo
*.sln.ide
*.cache
*.sln.metaproj
.gitattributes
.settings
log.txt
debugSettings.json
launchSettings.json
project.lock.json
nuget.exe
*.sublime-workspace


############################
# wix intermediate files #
############################
Installer/obj/
Installer/*.wixpdb
Installer/*.wixobj
Installer/*.msi
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ECHO TO BE ADDED
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TO BE ADDED

Containing the *docfx* project organizing documents.
3 changes: 3 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TO BE ADDED

Containing test projects.

0 comments on commit c689fd8

Please sign in to comment.