From 5aefe41f8af27848350153b0a5b14abe0036abed Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 25 Oct 2025 09:19:24 +0100 Subject: [PATCH] Adding documentation checkpoint. --- .gitignore | 30 +++++++++++++++++++++++++++++- cmd/app/.gitignore | 1 + docs/static/assets/style.css | 0 pkg/v1/core/docs/.gitignore | 1 + 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 cmd/app/.gitignore delete mode 100644 docs/static/assets/style.css create mode 100644 pkg/v1/core/docs/.gitignore 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