gitbutler/.gitignore
2024-03-01 15:30:53 +01:00

10 lines
108 B
Plaintext

# will have compiled rust files and executables
/target/
/node_modules/
# editors
.vscode
.idea
.DS_Store