diff options
author | Alan Pearce | 2023-07-09 15:08:56 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-09 15:08:56 +0200 |
commit | 05ba1a1e36136bf1febbea56ecb9662ed351899a (patch) | |
tree | 9ae8178b2eb03780e02929b2030de4d0cea6343b /.gitignore | |
parent | f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8 (diff) | |
download | website-05ba1a1e36136bf1febbea56ecb9662ed351899a.tar.lz website-05ba1a1e36136bf1febbea56ecb9662ed351899a.tar.zst website-05ba1a1e36136bf1febbea56ecb9662ed351899a.zip |
Make `make deploy` do nothing unless sources are updated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4153053..7753449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /public /.deploystamp /.formatstamp +/.compressstamp .direnv /result |