2022-09-13 08:55:26 +03:00
|
|
|
# Extras that are not part of .gitignore
|
|
|
|
.git/
|
|
|
|
# Having Dockerfile in .dockerignore lets us develop docker images without full rebuild on each change
|
|
|
|
Dockerfile
|
2022-11-02 21:00:05 +03:00
|
|
|
# Justfile is not needed in the image
|
|
|
|
justfile
|
|
|
|
# Remove self from the image too
|
|
|
|
.dockerignore
|
2023-11-24 05:14:32 +03:00
|
|
|
# Unneeded code
|
|
|
|
**/tests
|
|
|
|
demo/
|
2022-09-13 08:55:26 +03:00
|
|
|
|
2023-06-23 06:01:57 +03:00
|
|
|
#### This must match .gitignore ####
|
2022-09-13 08:55:26 +03:00
|
|
|
.DS_Store
|
2023-06-23 06:01:57 +03:00
|
|
|
target/
|
2022-09-13 08:55:26 +03:00
|
|
|
**/*.rs.bk
|
|
|
|
.idea/
|
2023-11-24 05:14:32 +03:00
|
|
|
.vscode/
|
2022-12-12 17:11:10 +03:00
|
|
|
test_log*
|
2022-12-27 09:56:27 +03:00
|
|
|
*.profraw
|
2022-09-13 08:55:26 +03:00
|
|
|
|
|
|
|
pg_data/
|
|
|
|
config.yml
|
2022-10-28 21:52:39 +03:00
|
|
|
tests/output/
|
2023-06-23 06:01:57 +03:00
|
|
|
tmp/
|
2024-02-01 21:56:40 +03:00
|
|
|
.aws-sam/
|