mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
Making the source code public
Finally ! here's the source code
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user