shard-spectator/.gitignore

16 lines
226 B
Text
Raw Normal View History

2018-08-18 21:33:20 +00:00
/docs/
/lib/
/bin/
/.shards/
*.dwarf
2024-06-06 22:25:39 +00:00
# Libraries don't need dependency lock.
# Dependencies will be locked in applications that use them.
2018-08-18 21:33:20 +00:00
/shard.lock
2021-02-10 02:09:58 +00:00
2024-06-06 22:25:39 +00:00
# Ignore JUnit output.
2021-02-10 02:09:58 +00:00
output.xml
2022-12-19 09:31:12 +00:00
2024-06-06 22:25:39 +00:00
# Ignore ad-hoc test files.
/*test*.cr