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 4b5dcd3 commit 718594fCopy full SHA for 718594f
allcode.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Directories to exclude (won't be recursed into) - comparison done case-insensitively.
5
-EXCLUDE_DIRS = {"node_modules", ".git", "dist", ".github"}
+EXCLUDE_DIRS = {"node_modules", ".git", ".github", "dist"}
6
7
# Files to exclude (by exact name, case-insensitive)
8
EXCLUDE_FILES = {
@@ -16,6 +16,7 @@
16
".prettierrc",
17
".prettierrc.json",
18
".prettierrc.js",
19
+ ".env.development",
20
"package-lock.json",
21
"allcode.py",
22
"readme.md",
0 commit comments