atranscoder-rpc/.gitignore

29 lines
300 B
Plaintext
Raw Normal View History

2024-05-24 23:44:26 +03:00
# Editor generated files
*.rs~
*.toml~
Cargo.lock
target/
# Compiler output files
out/
# Build artifacts
*.exe
*.so
*.dylib
# IDE project files
.idea/
.cproject/
.project/
# Visual Studio Code
.vscode/
# Other editor settings
.idea/private/
.idea/workspace.xml
# macOS specific files
.DS_Store