feat: establish standalone Argand Site Registry
This commit is contained in:
commit
2a0fe1714b
60 changed files with 10494 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/target/
|
||||
/build/
|
||||
/dist/
|
||||
/data/
|
||||
/cache/
|
||||
*.sqlite
|
||||
*.sqlite-*
|
||||
*.db
|
||||
*.input
|
||||
*.sig
|
||||
*.pem
|
||||
*.key
|
||||
.env
|
||||
.env.*
|
||||
__pycache__/
|
||||
*.pyc
|
||||
!Cargo.lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue