76 lines
935 B
Plaintext
76 lines
935 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dependencies
|
|
vendor/
|
|
composer.lock
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
*.tmp
|
|
|
|
# Database
|
|
db_data/
|
|
|
|
# Test files
|
|
test_qr.png
|
|
test_qr.svg
|
|
/tmp/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Local tooling / scratch
|
|
.trae/
|
|
scripts/_cycle_out/
|
|
|
|
# Local exported client configs (do not commit)
|
|
oleg*.conf
|
|
adminnew*.conf
|
|
________*.conf
|
|
*fixed*.conf
|
|
test_client_simple.conf
|
|
|
|
# Local QR exports / screenshots
|
|
*_QR.png
|
|
photo_*.jpeg
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
|
|
# Backups
|
|
*.bak
|
|
backup/
|
|
backups/
|
|
TEST_RESULTS.md
|
|
LDAP_FEATURE.md
|
|
|
|
# Documentation and Tests
|
|
tests/
|
|
docs/
|
|
amnezia-web-panel.code-workspace
|
|
restore_local.php
|
|
test_protocols.php
|
|
scripts/regen_qr.php
|
|
scripts/test_xray_install.sh
|
|
scripts/test_online.php
|
|
API_AWG_DOCS.md
|
|
log.txt
|
|
scripts/bootstrap_awg_container.sh
|
|
scripts/fix_server_visibility.sh
|
|
scripts/remote_fix_client_create.sh
|
|
scripts/retest_client_api.sh
|