diff --git a/.gitignore b/.gitignore index 9e8ec2a..f1b5440 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ yarn-error.log* *.njsproj *.sln *.sw* -target \ No newline at end of file +dist +target +dist.* \ No newline at end of file diff --git a/admin-hanhai-vue/.gitignore b/admin-hanhai-vue/.gitignore deleted file mode 100644 index 185e663..0000000 --- a/admin-hanhai-vue/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -.DS_Store -node_modules -/dist - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw*