mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 01:51:23 +02:00
prep work
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,10 +1,17 @@
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
||||
Cargo.lock
|
||||
/gh-pages
|
||||
__pycache__
|
||||
|
||||
*.so
|
||||
*.out
|
||||
*.pyc
|
||||
*.pid
|
||||
*.sock
|
||||
*~
|
||||
target/
|
||||
*.egg-info/
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
Reference in New Issue
Block a user