mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2026-05-14 08:36:52 -04:00
- Moved v2023 patches to legacy - Updated .gitignore and .dockerignore and synced them - Added a CODEOWNERS file - Updated workflows
28 lines
264 B
Text
28 lines
264 B
Text
# Local build artifacts
|
|
builds
|
|
docker_builds
|
|
container_builds
|
|
web-vault
|
|
|
|
# Documentation
|
|
*.md
|
|
*.txt
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.iml
|
|
|
|
# Environment files
|
|
.env
|
|
.build_env
|
|
|
|
# Other
|
|
.github
|
|
Makefile
|
|
|
|
# Release files
|
|
*.tar.gz
|
|
*.tar.gz.asc
|
|
*.tar.gz.text
|
|
sha256sums.txt
|