1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 03:53:00 +00:00
actix-web/.gitignore

26 lines
293 B
Plaintext
Raw Normal View History

2017-09-30 15:30:02 +00:00
Cargo.lock
2017-11-28 00:41:37 +00:00
target/
guide/build/
2017-09-30 16:10:03 +00:00
/gh-pages
*.so
*.out
*.pyc
*.pid
*.sock
*~
.DS_Store
2017-09-30 15:30:02 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
# Configuration directory generated by CLion
.idea
# Configuration directory generated by VSCode
.vscode
2023-08-03 05:58:31 +00:00
# code coverage
2023-08-26 17:19:32 +00:00
/lcov.info
2023-08-03 05:58:31 +00:00
/codecov.json