From 282a6af67b7ab8cce02f9c1e517008fbd775cf93 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Wed, 1 Jul 2026 20:41:10 +0530 Subject: Added React Router sample app --- react/07-react-router/.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 react/07-react-router/.gitignore (limited to 'react/07-react-router/.gitignore') diff --git a/react/07-react-router/.gitignore b/react/07-react-router/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/react/07-react-router/.gitignore @@ -0,0 +1,24 @@ +# 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? -- cgit v1.2.3