Initial commit
This commit is contained in:
commit
8974b93215
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# ---> VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
6
LICENSE
Normal file
6
LICENSE
Normal file
@ -0,0 +1,6 @@
|
||||
As a special exception, if you link this library with files
|
||||
compiled with a GNU compiler to produce an executable, this
|
||||
does not cause the resulting executable to be covered by
|
||||
the GNU General Public License. This exception does not
|
||||
however invalidate any other reasons why the executable
|
||||
file might be covered by the GNU General Public License.
|
Loading…
x
Reference in New Issue
Block a user