modified: .gitignore

modified:   QUICKSTART.md
	modified:   app.py
	new file:   output/.gitkeep
	modified:   static/css/style.css
	modified:   static/js/images-to-pdf.js
	modified:   templates/images_to_pdf.html
	new file:   uploads/.gitkeep
This commit is contained in:
SimolZimol
2025-10-12 22:39:04 +02:00
parent 97fd0762d7
commit a01a5c1274
8 changed files with 313 additions and 28 deletions

24
.gitignore vendored
View File

@@ -160,3 +160,27 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# PDF Web App specific - Ignore upload and output contents but keep directories
uploads/*
!uploads/.gitkeep
output/*
!output/.gitkeep
# IDEs
.vscode/
.idea/
# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
*.bak