Skip to content

Commit b5040c8

Browse files
committed
*.web in .gitignore fixed
1 parent 93bef3c commit b5040c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextpy/constants/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class GitIgnore(SimpleNamespace):
4141
# The gitignore file.
4242
FILE = ".gitignore"
4343
# Files to gitignore.
44-
DEFAULTS = {Dirs.WEB, "*.db", "__pycache__/", "*.py[cod]"}
44+
DEFAULTS = {"*.db", "__pycache__/", "*.web", "*.py[cod]"}
4545

4646

4747
class RequirementsTxt(SimpleNamespace):

0 commit comments

Comments
 (0)