Skip to content

Commit

Permalink
Merge pull request #217 from munshkr/flok-next
Browse files Browse the repository at this point in the history
Flok 1.0
  • Loading branch information
munshkr authored Jan 13, 2024
2 parents f1f2b04 + 9426f23 commit a8cbc60
Show file tree
Hide file tree
Showing 189 changed files with 23,996 additions and 15,266 deletions.
34 changes: 23 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
node_modules/
.vscode/
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Official yarn recommend files to ignore & commit
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

Loading

0 comments on commit a8cbc60

Please sign in to comment.