1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-20 16:54:06 +00:00
actix-web/.gitignore
2025-03-21 05:51:45 +00:00

24 lines
282 B
Text

target/
guide/build/
/gh-pages
*.so
*.out
*.pyc
*.pid
*.sock
*~
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk
# Configuration directory generated by CLion
.idea
# Configuration directory generated by VSCode
.vscode
# code coverage
/lcov.info
/codecov.json