24 lines
No EOL
379 B
Text
24 lines
No EOL
379 B
Text
# Rust
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
Cargo.lock
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# Svelte
|
|
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Vscode
|
|
.vscode |