Skip to content

Commit

Permalink
chore: remove 'grammars-Total' files (hedyorg#658)
Browse files Browse the repository at this point in the history
The files were ignored, but not actually removed yet, so actually
remove them.

Since git only tracks files and not directories, removing all files
would not create the directory on checkout, and writing the `Total`
files would fail because of a missing directory.

So put a single empty placeholder file (`.keepdir`) in the directory
so that git will create the dir.
  • Loading branch information
rix0rrr authored Aug 23, 2021
1 parent 6a772ec commit 8d4c102
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 2,128 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ dev_database.json

batchhedy/output_*
#generated grammars
grammars-Total/
grammars-Total/*.lark
Empty file added grammars-Total/.keepdir
Empty file.
88 changes: 0 additions & 88 deletions grammars-Total/level10-Total.lark

This file was deleted.

89 changes: 0 additions & 89 deletions grammars-Total/level11-Total.lark

This file was deleted.

96 changes: 0 additions & 96 deletions grammars-Total/level12-Total.lark

This file was deleted.

96 changes: 0 additions & 96 deletions grammars-Total/level13-Total.lark

This file was deleted.

Loading

0 comments on commit 8d4c102

Please sign in to comment.