We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bef3c commit b5040c8Copy full SHA for b5040c8
nextpy/constants/config.py
@@ -41,7 +41,7 @@ class GitIgnore(SimpleNamespace):
41
# The gitignore file.
42
FILE = ".gitignore"
43
# Files to gitignore.
44
- DEFAULTS = {Dirs.WEB, "*.db", "__pycache__/", "*.py[cod]"}
+ DEFAULTS = {"*.db", "__pycache__/", "*.web", "*.py[cod]"}
45
46
47
class RequirementsTxt(SimpleNamespace):
0 commit comments