gitbutler/.gitignore

10 lines
108 B
Plaintext
Raw Normal View History

2023-09-06 11:46:07 +03:00
# will have compiled rust files and executables
/target/
/node_modules/
2023-01-31 17:55:57 +03:00
2023-09-06 11:46:07 +03:00
# editors
2024-03-01 17:30:53 +03:00
.vscode
2023-01-31 17:55:57 +03:00
.idea
2023-03-31 12:50:50 +03:00
2023-09-06 11:46:07 +03:00
.DS_Store