gitbutler/.gitignore
2023-12-05 17:53:54 +01:00

14 lines
199 B
Plaintext

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