Skip to content

Commit aeeee33

Browse files
committed
Refactor project structure; add authentication, record management, and HTTP transport layers
1 parent 3f47853 commit aeeee33

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

.gitignore

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
.vscode
21
test.ino
32
pocketbasearduino.ino
4-
pb_data
5-
pb_migrations
3+
pb_data/
4+
pb_migrations/
65
pocketbase.exe
7-
CHANGELOG.md
8-
LICENSE.md
9-
pocketbase_0.20.5_windows_amd64.zip
6+
pocketbase_*.zip
7+
build/
8+
*.o
9+
*.elf
10+
*.bin
11+
*.hex
12+
.DS_Store
13+
Thumbs.db
14+
15+
# Editor / tool config
16+
.vscode
17+
.claude
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)