Skip to content

Commit 0f796ed

Browse files
committed
Move custom ignore below boilerplate
1 parent f44c0ca commit 0f796ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
tests/results/*
2-
node_modules/
3-
41
# Generated by https://gitignore.io
52
# Created by https://www.toptal.com/developers/gitignore/api/python
63
# Edit at https://www.toptal.com/developers/gitignore?templates=python
@@ -178,3 +175,6 @@ poetry.toml
178175
pyrightconfig.json
179176

180177
# End of https://www.toptal.com/developers/gitignore/api/python
178+
179+
tests/results/*
180+
node_modules/

0 commit comments

Comments
 (0)