diff --git a/.gitignore b/.gitignore index 37882a5..c36ace9 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 0000000..c2a8832 --- /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 e69de29..0000000 diff --git a/pkg/v1/core/docs/.gitignore b/pkg/v1/core/docs/.gitignore new file mode 100644 index 0000000..16d3c4d --- /dev/null +++ b/pkg/v1/core/docs/.gitignore @@ -0,0 +1 @@ +.cache