rapier物理库
This commit is contained in:
20
pinball-physics/.gitignore
vendored
Normal file
20
pinball-physics/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Rust
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
*.pdb
|
||||
Cargo.lock
|
||||
|
||||
# WASM
|
||||
/pkg/
|
||||
/wasm-pack.log
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user