mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-05-06 20:44:47 +08:00
20 lines
126 B
Plaintext
20 lines
126 B
Plaintext
# Git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Build artifacts
|
|
target/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Data
|
|
data/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~ |