Skip to content

Commit

Permalink
Added a gitignore for vscode and a basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler committed Feb 5, 2023
1 parent 8a23cb5 commit 8e45ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CODAL-Library-Template

The absolute bare minimum to be a CODAL library.

## Creating new libraries

When you create your library repository, select the 'template' dropdown and choose this template.

0 comments on commit 8e45ccb

Please sign in to comment.