Skip to content

Commit

Permalink
feat: Added basic frontend setup
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Apr 2, 2023
1 parent 4b570b8 commit b2501d6
Show file tree
Hide file tree
Showing 153 changed files with 17,112 additions and 3 deletions.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Icon
# (sensitive workspace files)
# ---------------------------
*.sublime-workspace
/.vscode
/.vscode/*
!/.vscode/extensions.json
/.idea

# License
Expand All @@ -32,3 +33,19 @@ Icon
!/content/articles
/content/articles/*
!/content/articles/articles.txt

# Frontend
# --------
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

logs
*.log
node_modules
dist
.dev
Loading

0 comments on commit b2501d6

Please sign in to comment.