This commit is contained in:
2026-03-05 17:37:30 +01:00
commit 37e41a0130
14 changed files with 2366 additions and 0 deletions

9
docs/nfc-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Secrets
.env*
# Dependencies
node_modules
# OS files
.DS_Store
Thumbs.db

View File

@@ -0,0 +1,10 @@
opencollection: 1.0.0
info:
name: nfc-server
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git