diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-06-04 15:41:42 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-06-04 15:41:42 -0700 |
| commit | 057bd8cb2d4a1539701d65489fe647b96a538e98 (patch) | |
| tree | 28fad08a8e9f3dbd7d6b1823b36a574b721ab058 /.gitignore | |
| download | crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.gz crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.bz2 crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.tar.xz crimtag-057bd8cb2d4a1539701d65489fe647b96a538e98.zip | |
Start of my new templating library.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffa72a8 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | /target | ||
| 2 | .*.swp | ||
| 3 | .*.swo | ||
