chore: checkpoint initial — Zektyc dataset, avant humanisation
- site vitrine + fingerprint test + zmap + z-panel - remplacement duckdns -> riricdev.tail5ea5cd.ts.net (canonical/og/alternates/docs) - suppression du token DuckDNS (plus utilisé)
This commit is contained in:
commit
8e7ec41f18
104 changed files with 19256 additions and 0 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# dependencies (bun install)
|
||||
node_modules
|
||||
|
||||
# output
|
||||
out
|
||||
dist
|
||||
*.tgz
|
||||
|
||||
# code coverage
|
||||
coverage
|
||||
*.lcov
|
||||
|
||||
# logs
|
||||
logs
|
||||
_.log
|
||||
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
# admin panel secrets
|
||||
data/admin.pwhash
|
||||
data/admin.lock
|
||||
|
||||
# runtime db / heavy build data (OSM planet files, grids, binaries)
|
||||
data/zektyc.db
|
||||
data/zektyc.db-shm
|
||||
data/zektyc.db-wal
|
||||
data/maxspeed/*.osm.pbf
|
||||
data/maxspeed/grid-*
|
||||
data/maxspeed/build_band
|
||||
data/maxspeed/build_global
|
||||
data/maxspeed/merge_grid
|
||||
data/maxspeed/*.log
|
||||
|
||||
# caches
|
||||
.eslintcache
|
||||
.cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# IntelliJ based IDEs
|
||||
.idea
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
# sensitive / personal
|
||||
duckdns_token_do_not_open.txt
|
||||
Loading…
Reference in a new issue