gitbutler/.gitignore

13 lines
121 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
2024-05-05 22:18:05 +03:00
.env
.env.*