diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-27 22:14:56 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-27 22:14:56 +0530 |
| commit | 5ed431db2c4a45b35fe1ab9e6d8a69ca62bbbeb5 (patch) | |
| tree | 3720d8b9e2eaa215383e69e21e2b8f27d31d23d0 /react/04-components/.gitignore | |
| parent | 29b898049d5322a5833b95d55f1d1a9e7dd94eaf (diff) | |
Added react/04-components sample project
Diffstat (limited to 'react/04-components/.gitignore')
| -rw-r--r-- | react/04-components/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/react/04-components/.gitignore b/react/04-components/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/react/04-components/.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? |
