dahlia / dojang

A cross-platform dotfiles manager
https://dojang.dev/
GNU General Public License v3.0
8 stars 0 forks source link

`dojang init` should generate a .gitignore file #16

Closed dahlia closed 11 months ago

dahlia commented 11 months ago

If the directory apparently is managed by Git (i.e., there is a .git/ directory) dojang init should generate a .gitignore file to ignore a .dojang/ directory by default.

dahlia commented 11 months ago

d5e8049fa30dad7198e46d23287aebbf95cd8cb2 fixed this.