mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
prep work
This commit is contained in:
parent
e317ea8181
commit
5b6f5d8ce3
8 changed files with 140 additions and 5 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue