mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
Update .gitignore to exclude temp files and screenshots
This commit is contained in:
+14
-1
@@ -15,4 +15,17 @@ out/
|
|||||||
.cache/
|
.cache/
|
||||||
.npm/
|
.npm/
|
||||||
.electron/
|
.electron/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Screenshots and temp files
|
||||||
|
*.png.bak
|
||||||
|
Screen.png
|
||||||
|
dark.png
|
||||||
|
light.png
|
||||||
|
pdf.png
|
||||||
|
uvmodal.png
|
||||||
|
nul
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Development screenshots
|
||||||
|
pdf\ modal.png
|
||||||
Reference in New Issue
Block a user