mirror of
https://ghproxy.net/https://github.com/fairpm/did-manager.git
synced 2025-09-05 19:12:10 +08:00
26 lines
311 B
Text
Executable file
26 lines
311 B
Text
Executable file
# Ignore most hidden files and directories by default
|
|
.*
|
|
!.gitignore
|
|
|
|
# Directory patterns (none yet)
|
|
|
|
# Directory names
|
|
node_modules/
|
|
out/
|
|
tmp/
|
|
vendor/
|
|
|
|
# File patterns
|
|
*.bak
|
|
*.iml
|
|
*.log
|
|
*.secret
|
|
*.secret.*
|
|
*.tmp
|
|
.env
|
|
.env.*
|
|
|
|
# File names
|
|
.phpstorm.meta.php
|
|
.pre-commit-config.yaml
|
|
docker-compose.override.yml
|