Import all the source code.
This commit is contained in:
parent
b25abdf8a0
commit
a548fc58f6
9 changed files with 959 additions and 0 deletions
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Visual Studio Code
|
||||
#.vscode/
|
||||
.suo
|
||||
|
||||
# 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
|
||||
*-test-*
|
||||
mixin_output.d
|
||||
|
||||
|
||||
# Code coverage
|
||||
*.lst
|
||||
|
||||
# Examples
|
||||
examples/simple/simple
|
||||
|
||||
# others
|
||||
.DS_Store
|
||||
*.zip
|
Loading…
Add table
Add a link
Reference in a new issue