Initial commit: Add cutPic, dexcel, and zip tools
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# Rust
|
||||
target/
|
||||
**/target/
|
||||
debug/
|
||||
release/
|
||||
*.pdb
|
||||
|
||||
# Cargo
|
||||
Cargo.lock
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Skill files (optional, uncomment if you don't want to track them)
|
||||
# *-skill.md
|
||||
|
||||
# Test files
|
||||
test.xlsx
|
||||
test.png
|
||||
Reference in New Issue
Block a user