diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-22 13:44:43 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-22 13:44:43 +0200 |
commit | 912a19ef8c58b87ac075d21cee0425f7715b4f94 (patch) | |
tree | 691c2a76f495fa6605ec0b4a416a7e560e322237 | |
parent | e6103791f528357197f8afb9ed222a9469cbd177 (diff) | |
download | blog-912a19ef8c58b87ac075d21cee0425f7715b4f94.tar.gz blog-912a19ef8c58b87ac075d21cee0425f7715b4f94.tar.xz blog-912a19ef8c58b87ac075d21cee0425f7715b4f94.zip |
Add /rsrc/ to .gitignore (and use absolute paths)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -.idea/ +/.idea/ +/rsrc/ *.js.map *.css.map -core/configuration.php +/core/configuration.php |