diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-12 16:54:17 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-12 16:54:17 -0400 |
| commit | 6feb5b84b217984a98827d3008ac598ba46061a0 (patch) | |
| tree | e88653a623d508369e8fb21ff10b7759dae6c2e5 /.gitignore | |
| parent | 1cd0056d71ab84421b40538ff7b0bb76a2e6a766 (diff) | |
| download | DLAP-6feb5b84b217984a98827d3008ac598ba46061a0.tar.gz DLAP-6feb5b84b217984a98827d3008ac598ba46061a0.tar.bz2 DLAP-6feb5b84b217984a98827d3008ac598ba46061a0.zip | |
Removed yarn.lock and package-lock.json from .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,7 +1,5 @@ config.json node_modules -yarn.lock music -package-lock.json now-playing.txt -.idea/
\ No newline at end of file +.idea/ |
