Skip to content

Commit

Permalink
rename the project to "Tracer"
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Oct 31, 2017
1 parent 6e088ae commit 2f985e5
Show file tree
Hide file tree
Showing 35 changed files with 13 additions and 10,003 deletions.
File renamed without changes.
63 changes: 0 additions & 63 deletions .gitattributes

This file was deleted.

5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ package-lock.json
*.min.js
bin
obj
/src/OSS/Storage
node_modules
/src/Developer/Storage
Storage
.vscode
Properties
/src/CDN/fonts
Properties
2 changes: 1 addition & 1 deletion Genji/Attributes/ForceWS.cs → Attributes/ForceWS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using System.Threading.Tasks;

namespace Genji.Attributes
namespace Tracer.Attributes
{
public class ForceWS : ActionFilterAttribute
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Genji.Attributes;
using Tracer.Attributes;
using System.Net.WebSockets;
using Genji.Models;
using Tracer.Models;

namespace Genji.Controllers
namespace Tracer.Controllers
{
public class HomeController : Controller
{
Expand Down
27 changes: 0 additions & 27 deletions Genji/Properties/launchSettings.json

This file was deleted.

25 changes: 0 additions & 25 deletions Genji/wwwroot/lib/jquery/.bower.json

This file was deleted.

36 changes: 0 additions & 36 deletions Genji/wwwroot/lib/jquery/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 2f985e5

Please sign in to comment.