Skip to content

Commit

Permalink
feat: try rustwasm and wasm-pack usage
Browse files Browse the repository at this point in the history
  • Loading branch information
D-lyw committed Aug 21, 2024
1 parent b643b47 commit bb52a27
Show file tree
Hide file tree
Showing 19 changed files with 1,681 additions and 600 deletions.
42 changes: 42 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)

# 忽略 .cursorignore 文件本身
.cursorignore

# 忽略常见的构建和依赖目录
/target/
/node_modules/

# 忽略常见的临时文件和日志
*.log
*.tmp
*.temp

# 忽略操作系统生成的文件
.DS_Store
Thumbs.db

# 忽略编辑器和IDE生成的文件和目录
.vscode/
.idea/
*.swp
*~

# 忽略编译生成的文件
*.o
*.pyc
*.class

# 忽略敏感信息文件
*.env
*.key
*.pem

# 忽略大型数据文件
*.csv
*.json
*.xml

# 忽略备份文件
*.bak
*.backup
Loading

0 comments on commit bb52a27

Please sign in to comment.