LCE-Emerald-Launcher/.gitignore
KayJann c94db91238 Making the source code public
Finally ! here's the source code
2026-03-12 13:52:32 +01:00

35 lines
403 B
Plaintext

# Rust
/src-tauri/target/
/src-tauri/Cargo.lock
# Node
/node_modules/
/dist/
/npm-debug.log*
/yarn-debug.log*
/yarn-error.log*
/lerna-debug.log*
/.pnpm-debug.log*
# Editor directories and files
.vscode*
.idea*
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# System files
.DS_Store
Thumbs.db
# Build output
/app-icon.png
/src-tauri/icons/*.png
/src-tauri/icons/*.ico
/src-tauri/icons/*.icns
# Log files
*.log