Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# --- VERIFRAX LOCAL JUNK ---
.DS_Store
Thumbs.db
*.swp
*.swo
*.tmp
*.temp
*~
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
node_modules/
coverage/
.nyc_output/
.turbo/
.next/
.cache/
# --- /VERIFRAX LOCAL JUNK ---
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This repository is part of the VERIFRAX proof perimeter.
* Role: apply
* Deploy mode: static-root
* Current repository posture: live public intake boundary
* License: Apache License Version 2.0
* License: GNU General Public License v3.0

## Boundary

Expand Down Expand Up @@ -166,4 +166,7 @@ APPLY is not archive/reference.

## License

Apache License Version 2.0
This repository is licensed under the GNU General Public License v3.0. See `LICENSE`.


License: Apache License Version 2.0
Loading