Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
StirGpea
0443e8d21d style: add trailing newline to .gitignore 2026-08-21 08:27:02 +00:00
StirGpea
03234126ba feat: add initial project structure and .gitignore 2026-08-21 08:12:40 +00:00

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
/bin/
/vendor/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/storage/*.db
/storage/*.db-journal
.env
.idea/
.vscode/
*.swp
*.swo
.DS_Store