Skip to content

Commit

Permalink
*.web in .gitignore fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shravya-34 committed Jan 25, 2024
1 parent 93bef3c commit b5040c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextpy/constants/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GitIgnore(SimpleNamespace):
# The gitignore file.
FILE = ".gitignore"
# Files to gitignore.
DEFAULTS = {Dirs.WEB, "*.db", "__pycache__/", "*.py[cod]"}
DEFAULTS = {"*.db", "__pycache__/", "*.web", "*.py[cod]"}


class RequirementsTxt(SimpleNamespace):
Expand Down

0 comments on commit b5040c8

Please sign in to comment.