Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Dependencies
node_modules/

# Only pnpm is supported (see packageManager in package.json)
package-lock.json
yarn.lock

# Build output
dist/

Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ The next-generation mod manager for League of Legends, built by the [League Tool

LTK Manager is open-source under a dual **MIT / Apache-2.0** license — you may choose either.


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLeagueToolkit%2Fltk-manager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FLeagueToolkit%2Fltk-manager?ref=badge_large)

### `cslol-dll.dll` Policy
Expand Down Expand Up @@ -95,4 +94,4 @@ If you'd like to build LTK Manager from source or work on the codebase, see the

---

Developed by the **[League Toolkit](https://github.com/LeagueToolkit)** organization.
Developed by the **[League Toolkit](https://github.com/LeagueToolkit)** organization.
Loading
Loading