diff options
Diffstat (limited to 'dashboard/.gitignore')
-rw-r--r-- | dashboard/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dashboard/.gitignore b/dashboard/.gitignore new file mode 100644 index 00000000..a0dddc6f --- /dev/null +++ b/dashboard/.gitignore @@ -0,0 +1,21 @@ +.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? |