mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-03-31 11:27:38 +03:00
* Add .idea in .gitignore * Refresh Github workflows * Allow very complex type usage in ntex-rt
16 lines
159 B
Text
16 lines
159 B
Text
Cargo.lock
|
|
target/
|
|
guide/build/
|
|
/gh-pages
|
|
cobertura.xml
|
|
.DS_Store
|
|
|
|
*.so
|
|
*.out
|
|
*.pid
|
|
*.sock
|
|
*~
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
.idea/
|