shithub
zephyrfs
/
zephyrfs-deploy
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
zephyrfs-deploy
Public
Watch
0
Fork
0
Star
0
zephyrfs-deploy
/
.gitignore
Text · 110 bytes
Raw
Blame
History
1
# Environment files
2
.env
3
.env.local
4
.env.*.local
5
6
# Docker
7
docker-compose.override.yml
8
9
# IDE
10
.vscode/
11
.idea/
12