diff options
author | Thomas Lange <code@nerdmind.de> | 2024-12-07 20:31:39 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2024-12-07 21:13:28 +0100 |
commit | db7b51e00891e5a67e8be7baa2f3385f74174215 (patch) | |
tree | 9f30d05e92471443240469e552107161ef2c0a93 /.gitignore | |
parent | 8ee04e772c8e8c39407595014f366adf48ba9c31 (diff) | |
download | blog-db7b51e00891e5a67e8be7baa2f3385f74174215.tar.gz blog-db7b51e00891e5a67e8be7baa2f3385f74174215.tar.xz blog-db7b51e00891e5a67e8be7baa2f3385f74174215.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ /.idea/ +/.htaccess /static/ *.js.map *.css.map |