mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 23:26:18 -06:00
16 lines
166 B
Plaintext
16 lines
166 B
Plaintext
# Custom cargo settings
|
|
.cargo
|
|
|
|
# Build artifacts
|
|
target/
|
|
node_modules/
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
# Dev artifacts
|
|
public/
|