diff --git a/.gitignore b/.gitignore index 5740407..311e0e1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,6 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -node_modules -dist -dist-ssr -*.local - # Editor directories and files .vscode .vscode/* @@ -25,6 +20,4 @@ dist-ssr *.sw? # Etc -.routify -build psd \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore index fca3f36..62a7761 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,5 +1,3 @@ # Generated by Cargo # will have compiled files and executables -/target/ -app.db -log.txt \ No newline at end of file +/target/ \ No newline at end of file diff --git a/gui/.gitignore b/gui/.gitignore new file mode 100644 index 0000000..706db13 --- /dev/null +++ b/gui/.gitignore @@ -0,0 +1,29 @@ +# 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/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Etc +.routify +build \ No newline at end of file