Skip to content

Commit 3095c50

Browse files
author
David Noble
committed
Found and corrected a .gitignore error that caused default.meta to be ignored
1 parent c0dcd58 commit 3095c50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MANIFEST
1515
coverage_report
1616
test.log
1717
examples/*/local
18-
examples/*/metadata
18+
examples/*/metadata/local.meta
1919
tests/searchcommands_data/log/
2020
tests/searchcommands_data/output/
2121
examples/searchcommands_app/searchcommand_app.log
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[]
2+
access = read: [ * ], write : [ admin ]

0 commit comments

Comments
 (0)