Clean up repository: remove build artifacts and local files from git tracking
This commit is contained in:
parent
0a67a881b8
commit
4c0c62aaef
4946 changed files with 83 additions and 1596806 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -24,3 +24,31 @@ node_modules/
|
|||
backups/
|
||||
EOF
|
||||
*.AppImage
|
||||
|
||||
# AppImage build files
|
||||
AppDir/
|
||||
AppImage/
|
||||
appimagetool-x86_64.AppImage*
|
||||
*.AppImage
|
||||
build-appimage.sh
|
||||
masina-dock.desktop
|
||||
|
||||
# Debian build files
|
||||
deb-build/
|
||||
build-deb.sh
|
||||
|
||||
# Security scan files
|
||||
security-reports/
|
||||
security-scan.sh
|
||||
trivy-report.json
|
||||
|
||||
# Local data and backups
|
||||
backups/
|
||||
data/
|
||||
venv/
|
||||
|
||||
# Templates (if not used)
|
||||
templates/
|
||||
|
||||
# Duplicate README
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue