mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
This moves our JS file to use TS instead, which allows us to use a proper linter to check the code. All related files where moved out from the root in a dedicated folder to avoid polluting the Rust environment.
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
Cargo.lock
|
|
target/
|
|
rls/
|
|
.vscode/
|
|
*~
|
|
#*#
|
|
.DS_Store
|
|
# NPM package used to run ESLint.
|
|
/src/platform_impl/web/script/node_modules
|
|
/src/platform_impl/web/script/package-lock.json
|