All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 11s
20 lines
146 B
Plaintext
20 lines
146 B
Plaintext
# Version control
|
|
.git
|
|
.gitea
|
|
.github
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|