diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-31 12:16:49 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-31 12:16:49 +0530 |
commit | 7dfbe0f363a434cfda5f9be996d194f03c36879c (patch) | |
tree | ae687ee38c31106807934fca524811eb45da0ec9 /panel/.gitignore | |
download | admin-panel-7dfbe0f363a434cfda5f9be996d194f03c36879c.tar.gz admin-panel-7dfbe0f363a434cfda5f9be996d194f03c36879c.tar.bz2 admin-panel-7dfbe0f363a434cfda5f9be996d194f03c36879c.zip |
new project
Diffstat (limited to 'panel/.gitignore')
-rw-r--r-- | panel/.gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/panel/.gitignore b/panel/.gitignore new file mode 100644 index 0000000..a0377b4 --- /dev/null +++ b/panel/.gitignore @@ -0,0 +1,25 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +.env +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? |