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 a826fd7 commit eadf6efCopy full SHA for eadf6ef
.gitignore
@@ -1,43 +1,19 @@
1
-# Python
2
-__pycache__/
3
-*.py[cod]
4
-*$py.class
5
-*.so
6
-.Python
7
-env/
8
-venv/
9
-ENV/
10
-build/
11
-develop-eggs/
12
-dist/
13
-downloads/
14
-eggs/
15
-.eggs/
16
-lib/
17
-lib64/
18
-parts/
19
-sdist/
20
-var/
21
-wheels/
22
-*.egg-info/
23
-.installed.cfg
24
-*.egg
+# Dependencies
+/node_modules
25
26
-# IDE
27
-.vscode/
28
-.idea/
29
-*.swp
30
-*.swo
31
-*~
+# Build artifacts
+/build
+/dist
+/out
32
33
-# OS
34
-.DS_Store
35
-Thumbs.db
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
36
37
-# Testing
38
-.pytest_cache/
39
-.coverage
40
-htmlcov/
41
-
42
-# Logs
43
-*.log
+# Environment variables
+.env
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
0 commit comments