ваше сообщение коммита
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -128,6 +128,14 @@ id_ed25519
|
||||
ssh_host_*
|
||||
ssh_config
|
||||
|
||||
# SSL Keys and certificates - КРИТИЧЕСКИ ВАЖНО!
|
||||
ssl/keys/
|
||||
ssl/certs/
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
*.p12
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
@@ -146,6 +154,14 @@ debug_*.js
|
||||
test_*.js
|
||||
test-*.js
|
||||
|
||||
# Test files - НЕ ПУБЛИКОВАТЬ!
|
||||
**/test-*.js
|
||||
**/test_*.js
|
||||
**/tests/
|
||||
**/test/
|
||||
test/
|
||||
tests/
|
||||
|
||||
# Hardhat artifacts and cache
|
||||
backend/artifacts/
|
||||
backend/cache/
|
||||
|
||||
Reference in New Issue
Block a user