diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 23:44:04 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 23:44:04 -0700 |
commit | 6d5a21e0add8ec42f0bdd59dd9508af5a035a598 (patch) | |
tree | 24240b7b9a918edf25aad62d0752e42eb9c4db0d /.gitignore | |
parent | 13cce85cb7e473b44ab3cdb53f4906e77ab2ad75 (diff) | |
download | lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.gz lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.bz2 |
added link protection, actually need to test it though lol
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ node_modules/ package-lock.json -source_output.txt +*.txt |