hololake-platform/.gitignore
Guanghu Domestic Migration dd131ff814
Some checks are pending
Build Windows Internal Installer / Build Windows x64 internal installer (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-008
Source snapshot: 789bd691f530f915fc870bf72ecb7c96c5d5101c
2026-07-17 16:01:12 +08:00

25 lines
261 B
Plaintext

# Dependencies and build output
node_modules/
dist/
build/
coverage/
target/
# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
# Editors and operating systems
.DS_Store
.idea/
.vscode/
# Local databases and logs
*.db
*.sqlite
*.log