gitbutler/.gitignore
2024-05-05 21:18:05 +02:00

13 lines
121 B
Plaintext

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