diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
commit | 7dcd436b8407810c28933d7cfee8f6e36456d622 (patch) | |
tree | 51e8e581635de3141602b746a02afe66a89a2b52 /.gitignore | |
parent | 4cbd53b6271f3ee616fc383bd03471e370b5a872 (diff) | |
download | site-7dcd436b8407810c28933d7cfee8f6e36456d622.tar.gz site-7dcd436b8407810c28933d7cfee8f6e36456d622.zip |
move root to static/ folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -static/ +public/ node_modules/ *.swp .awsclirc |