mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 18:42:08 +03:00
14 lines
199 B
Plaintext
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
|