diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:03:36 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:03:36 -0500 |
| commit | cc7c5d83ff8b1e5040c92a00e54e161fd9080db3 (patch) | |
| tree | a77ecdf83a9c11506ac1682cbf4088647fdbe294 /.gitignore | |
| parent | e5a8fa84938e76dcc7177b46efab1815eca7c293 (diff) | |
| download | AleeBot-cc7c5d83ff8b1e5040c92a00e54e161fd9080db3.tar.gz AleeBot-cc7c5d83ff8b1e5040c92a00e54e161fd9080db3.tar.bz2 AleeBot-cc7c5d83ff8b1e5040c92a00e54e161fd9080db3.zip | |
remove lock
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -12,6 +12,10 @@ ffprobe.exe .directory
userData.sqlite
-.vs/slnx.sqlite -.vs/slnx.sqlite-journal -json.sqlite +.vs/slnx.sqlite
+.vs/slnx.sqlite-journal
+json.sqlite
+
+yarn.lock
+
+package-lock.json
\ No newline at end of file |
