diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-25 23:34:15 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-25 23:34:15 +0530 |
commit | 09eb9bc1dcebf14947641c70754e1c2c75a8022b (patch) | |
tree | a46f9f866366b390c25cc72bf67a34db6de82f57 /backend/.gitignore | |
parent | 99e8a0e5360f397c5bbac5ae1a952cba98cf54fb (diff) | |
download | admin-panel-09eb9bc1dcebf14947641c70754e1c2c75a8022b.tar.gz admin-panel-09eb9bc1dcebf14947641c70754e1c2c75a8022b.tar.bz2 admin-panel-09eb9bc1dcebf14947641c70754e1c2c75a8022b.zip |
added backend
Diffstat (limited to 'backend/.gitignore')
-rw-r--r-- | backend/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/backend/.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? |