Initial commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Rust
|
||||
/target
|
||||
*.rs.bk
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Lock files (except Cargo.lock for binary reproducibility)
|
||||
pnpm-lock.yaml
|
||||
|
||||
# SvelteKit
|
||||
.svelte-kit/
|
||||
website/build/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user