Skip to content

Commit

Permalink
add create-solana-dapp items
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmostEfficient committed Jan 16, 2024
1 parent 881b420 commit e5f41ef
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,48 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
dist
tmp
/out-tsc

# dependencies
node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

.nx/cache

# Next.js
.next

0 comments on commit e5f41ef

Please sign in to comment.