Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed May 15, 2022
1 parent 4fa5fcc commit 3965e08
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dist/
docs/_build/
env
coverage.xml
!tests/fake_packages/*
!tests/fake_packages/*.egg
!tests/fake_packages/*/*.egg-info
9 changes: 9 additions & 0 deletions tests/fake_packages/FakeApp.egg/FakeApp.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Metadata-Version: 2.1
Name: FakeApp
Version: 1.0
Summary: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN

UNKNOWN

9 changes: 9 additions & 0 deletions tests/fake_packages/FakeApp.egg/FakeApp.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
setup.py
FakeApp.egg-info/PKG-INFO
FakeApp.egg-info/SOURCES.txt
FakeApp.egg-info/dependency_links.txt
FakeApp.egg-info/entry_points.txt
FakeApp.egg-info/top_level.txt
fakeapp/__init__.py
fakeapp/commands.py
fakeapp/foo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[cli.commands]
target = fakeapp.commands
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fakeapp

0 comments on commit 3965e08

Please sign in to comment.