Skip to content

Commit

Permalink
git ignore for vue wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Nov 5, 2024
1 parent 6ba0eaf commit 93a7847
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dapps/appkit/vue-wagmi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

dist

0 comments on commit 93a7847

Please sign in to comment.