We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e07e6 commit 8bc5e71Copy full SHA for 8bc5e71
1 file changed
.gitignore
@@ -0,0 +1,31 @@
1
+# macOS
2
+.DS_Store
3
+
4
+# Logs
5
+*.log
6
+npm-debug.log*
7
+yarn-debug.log*
8
+yarn-error.log*
9
10
+# Environment variables
11
+.env
12
+.env.local
13
+.env.*.local
14
15
+# Dependencies
16
+node_modules/
17
18
+# Build outputs
19
+dist/
20
+build/
21
22
+# Cache
23
+.cache/
24
+.parcel-cache/
25
26
+# Editor / IDE
27
+.vscode/
28
+.idea/
29
30
+# System files
31
+Thumbs.db
0 commit comments