From e5f41ef5f9497eaf5f57cb7520f19cb5afbd55b6 Mon Sep 17 00:00:00 2001 From: Abdullah Raza <42661870+AlmostEfficient@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:25:15 +1300 Subject: [PATCH] add create-solana-dapp items --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba59..32a2bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file