Skip to content

Commit

Permalink
Restructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshuaisen committed Oct 15, 2019
1 parent 85b5b98 commit 0fa149c
Show file tree
Hide file tree
Showing 67 changed files with 2,170 additions and 1,741 deletions.
40 changes: 34 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
/.dub
/chatclient
/chatserver
/dub.selections.json
/helloworld
/libhunt-imf.a
# Visual Studio Code
.vscode/
.idea/
hunt-fw.iml

# Compiled Object files
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.a
*.lib

# Executables
*.exe

# DUB
.dub
dub.*.json
docs.json
__dummy.html
docs/

# Code coverage
*.lst

# Examples
examples/client/client
examples/server/server
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

104 changes: 0 additions & 104 deletions README.md

This file was deleted.

Loading

0 comments on commit 0fa149c

Please sign in to comment.