diff options
author | gennyble <gen@nyble.dev> | 2025-03-02 05:17:49 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-02 05:17:49 -0600 |
commit | d4849adc911454760e8eb32e37bb3f99041f05ab (patch) | |
tree | 11ddcfbe344bb5f917c1e8c7c627d197d232492d /.gitignore | |
parent | 57d6c02da7a7aa74b7789d7871e86533b43106fa (diff) | |
download | ∞-d4849adc911454760e8eb32e37bb3f99041f05ab.tar.gz ∞-d4849adc911454760e8eb32e37bb3f99041f05ab.zip |
we want the atom.xml
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 112daa3..ed4eaf0 100755 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ .DS_Store # don't check in the autogenerate atom's -atom.xml +# the atom is no longer autogenerated, check it in +#atom.xml # except we DO want the template !/support/atom.xml \ No newline at end of file |