gitbutler/.gitignore
2024-06-06 15:43:21 +02:00

12 lines
113 B
Plaintext

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