summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add explanatory comments to .gitignoreNicholas Johnson2024-05-26
|
* Add to .gitignore excludesNicholas Johnson2024-05-26
|
* Fix .gitignore excludesNicholas Johnson2024-05-26
| | | | | | This fixes a bug where a file or directory created by the user is incorrectly ignored by version control because it has the same name as a Hugo-generated file.
* Simplify .gitignoreNicholas Johnson2022-11-10
|
* Create configDir for journal generationNicholas Johnson2022-11-09
| | | | | | | This gets rid of the ugly dependency on Python scripts. By using configDir, two different configs can be specified. One for Gemini and one for the Web. This keeps everything separate, tidy, and much more maintainable.
* Add Hugo build lock file to .gitignoreNicholas Johnson2022-07-13
|
* Separate Gemini and Web filesNicholas Johnson2022-04-30
|
* Initial commitNicholas Johnson2022-04-29