Skip to content

Commit 84158b8

Browse files
authored
ignore only top-level static/ dir, not every one
See be2f0b0#r45123764
1 parent daf7b31 commit 84158b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ venv/
4949
# Database
5050
db.sqlite3
5151
52-
# Static folder
53-
static/
52+
# Static folder at project root
53+
/static/
5454
5555
# macOS
5656
._*

0 commit comments

Comments
 (0)