FOSSIL (version control system) does not add .htaccess files. What for?

I have a website with a lot of .htaccess files. But the fossil does not save them in the repo when I use addremove. Instead, I have to add each htaccess file manually (using the add command). What's happening?

Fossil 1.22 (2012-03-17 17:53:25), Win32.

+3
source share
1 answer

From the fossil help for the addremove command:

Files and directories with names starting with "." ignored if the -dotfiles option is not used.

+4
source

All Articles