From db7b51e00891e5a67e8be7baa2f3385f74174215 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 7 Dec 2024 20:31:39 +0100 Subject: Move webserver config files to "core" directory ... and add `/.htaccess` to the ignore list in `.gitignore`. If one wants to configure Apache by using the good old `.htaccess` file, all they have to do is copying the `core/ws-apache.conf` to `.htaccess`. Because of the `.gitignore`, Git will not list the `.htaccess` file as changed anymore if it contains additional configuration parameters. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9c9e28..f21ed02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea/ +/.htaccess /static/ *.js.map *.css.map -- cgit v1.2.3