diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 23:19:40 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 23:19:40 -0700 |
commit | b5603f9b2292bbaada364b0edf6448f9f5414dd6 (patch) | |
tree | 6b142de5f3056de28737e8f76eee824d3f3e1db5 /.gitignore | |
parent | 2bfa510156245735582227b881c2115958abc64b (diff) | |
download | lset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar lset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar.gz lset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar.bz2 |
ignore source output, touch on install instead
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ node_modules/ package-lock.json +source_output.txt |