Adding documentation checkpoint.

This commit is contained in:
Snider 2025-10-25 09:19:24 +01:00
parent 91d565d5a4
commit 5aefe41f8a
4 changed files with 31 additions and 1 deletions

30
.gitignore vendored
View file

@ -1,4 +1,32 @@
wails3
build/
!cmd/app/build
vendor/
.idea
.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

1
cmd/app/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.task

View file

1
pkg/v1/core/docs/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.cache