mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 09:35:01 +00:00
22 lines
207 B
Text
22 lines
207 B
Text
# Build artifacts
|
|
/target
|
|
/dependencies
|
|
# Local cargo root
|
|
/.cargo/local_root
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Coverage
|
|
/docs/coverage
|
|
|
|
# Editor/IDE files
|
|
*~
|
|
/tags
|
|
.idea
|
|
.vscode
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sw?
|