martin/.gitignore

26 lines
279 B
Plaintext
Raw Normal View History

2024-07-12 23:17:45 +03:00
####
#### This must match .dockerignore ####
2024-07-12 23:17:45 +03:00
####
2018-11-02 16:38:00 +03:00
.DS_Store
target/
2017-09-30 13:55:44 +03:00
**/*.rs.bk
.idea/
2023-08-02 15:10:01 +03:00
.vscode/
test_log*
*.profraw
2019-08-28 14:04:15 +03:00
pg_data/
config.yml
tests/output/
tests/mbtiles_temp_files/
tmp/
.aws-sam/
2024-07-12 23:17:45 +03:00
**/node_modules/
**/dist/
####
#### Above content must match .dockerignore ####
####