Skip to content

Commit

Permalink
Initial project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Priestley committed Aug 5, 2023
0 parents commit c87f088
Show file tree
Hide file tree
Showing 55 changed files with 17,192 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# IDE Configuration
**/.vs/
**/.vscode/
**/.idea/

# Build Artifacts
**/node_modules/
**/target/
**/_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# Do Nothing
Loading

0 comments on commit c87f088

Please sign in to comment.