These are the templates and docs for the Zija International Email newsletter templates.
In addition to ignoring directories and files explicitly in .gitignore this repo has two special naming conventions for ignoring old or temporary files.
*.old
To delete a file or directory from the repo without deleting the files from your computer, just add ".old" to the very end of the name. Items renamed this way will be deleted from the repo (a change which should be committed as its own commit)..ignore/
For temporary use only (except at the repo's root level). Any directory named ".ignore" will be ignored by default. ".ignore" folders can be used as temporary folders for holding files for quick reference.