mirror of
https://ghproxy.net/https://github.com/fairpm/did-manager.git
synced 2025-09-05 19:12:10 +08:00
init with .gitignore
This commit is contained in:
commit
085df39820
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
Executable file
26
.gitignore
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue