-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (38 loc) · 714 Bytes
/
.gitignore
File metadata and controls
41 lines (38 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Ignore everything by default
*
# But keep specific files needed to run the simple_multi_page.py workflow
!.gitignore
!simple_multi_page.py
!copy_slaTemplate.py
!scribus_template_proxy.sla
!README_simple_multi_page.md
!.gitkeep
!download_card_images.py
!proxy_print.py
!proxy_gui.py
!export_to_pdf.py
!generate_a4_pdf.py
!requirements.txt
# Keep empty directories used by the workflow via .gitkeep files
!mtg/
!mtg/.gitkeep
!mtg/images/
!mtg/images/.gitkeep
!ready2Print/
!ready2Print/.gitkeep
!mtg_test/
!mtg_test/.gitkeep
!mtg_test/images/
!mtg_test/images/.gitkeep
!orgScripts/
!orgScripts/.gitkeep
# Typical ignores
__pycache__/
*.pyc
*.pyo
*.pyd
Thumbs.db
.DS_Store
mtg/images/*
mtg/prints/*
ready2Print/*