Skip to content

Commit

Permalink
Add missing files that were originally not committed because side eff…
Browse files Browse the repository at this point in the history
…ects of having `.gitignore` files in the test data directory.

Those files are only meant to be test data, not to actually affect git.

PiperOrigin-RevId: 484618448
  • Loading branch information
yilei committed Oct 28, 2022
1 parent b30f99d commit 8831847
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -24,4 +24,3 @@ src/_pyink_version.py
.hypothesis/
venv/
.ipynb_checkpoints/

Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions tests/data/nested_gitignore_tests/root/a.py
@@ -0,0 +1 @@
# should be excluded (root/.gitignore)
1 change: 1 addition & 0 deletions tests/data/nested_gitignore_tests/root/child/a.py
@@ -0,0 +1 @@
# should be excluded (root/.gitignore)
1 change: 1 addition & 0 deletions tests/data/nested_gitignore_tests/root/child/b.py
@@ -0,0 +1 @@
# should be excluded (child/.gitignore)

0 comments on commit 8831847

Please sign in to comment.