diff --git a/.gitignore b/.gitignore index 37882a5f..c36ace92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,32 @@ wails3 build/ +!cmd/app/build vendor/ -.idea \ No newline at end of file +.idea +node_modules/ +.DS_Store +.vscode +*.log +.env +.env.*.local +dist/ +*.exe +*.dll +*.so +*.dylib +*.test +coverage/ +*.out +*.prof +*.zip +*.tar.gz +*.cache +*.tmp +*.bak +*.swp +*.swo +*.class +*.jar +*.war +*.iml +*.ipr \ No newline at end of file diff --git a/cmd/app/.gitignore b/cmd/app/.gitignore new file mode 100644 index 00000000..c2a88322 --- /dev/null +++ b/cmd/app/.gitignore @@ -0,0 +1 @@ +.task \ No newline at end of file diff --git a/docs/static/assets/style.css b/docs/static/assets/style.css deleted file mode 100644 index e69de29b..00000000 diff --git a/pkg/v1/core/docs/.gitignore b/pkg/v1/core/docs/.gitignore new file mode 100644 index 00000000..16d3c4db --- /dev/null +++ b/pkg/v1/core/docs/.gitignore @@ -0,0 +1 @@ +.cache