mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
25 lines
214 B
Text
25 lines
214 B
Text
|
book/book
|
||
|
target
|
||
|
Cargo.lock
|
||
|
*.log
|
||
|
|
||
|
# Backup files
|
||
|
.DS_Store
|
||
|
thumbs.db
|
||
|
*~
|
||
|
*.rs.bk
|
||
|
*.swp
|
||
|
|
||
|
# IDE / Editor files
|
||
|
*.iml
|
||
|
.idea
|
||
|
.vscode
|
||
|
|
||
|
|
||
|
#Added by cargo
|
||
|
#
|
||
|
#already existing elements are commented out
|
||
|
|
||
|
/target
|
||
|
**/*.rs.bk
|