gitbutler/.gitignore
2023-09-06 11:47:35 +02:00

11 lines
135 B
Plaintext

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