martin/.gitignore
2024-07-12 16:17:45 -04:00

26 lines
279 B
Plaintext

####
#### This must match .dockerignore ####
####
.DS_Store
target/
**/*.rs.bk
.idea/
.vscode/
test_log*
*.profraw
pg_data/
config.yml
tests/output/
tests/mbtiles_temp_files/
tmp/
.aws-sam/
**/node_modules/
**/dist/
####
#### Above content must match .dockerignore ####
####