We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a609f11 commit 57fe14fCopy full SHA for 57fe14f
.gitignore
@@ -1,3 +1,50 @@
1
+# Build output
2
_site/
3
+dist/
4
+
5
+# Dependencies
6
node_modules/
-.cache
7
8
+# Cache
9
+.cache/
10
+.eleventy-cache/
11
+.env
12
13
+# Editor directories and files
14
+.idea/
15
+.vscode/
16
+*.suo
17
+*.ntvs*
18
+*.njsproj
19
+*.sln
20
+*.sw?
21
+.DS_Store
22
+Thumbs.db
23
24
+# Debug logs
25
+npm-debug.log*
26
+yarn-debug.log*
27
+yarn-error.log*
28
+.pnpm-debug.log*
29
+*.log
30
31
+# Local env files
32
+.env*.local
33
+.env.development.local
34
+.env.test.local
35
+.env.production.local
36
37
+# Temporary files
38
+*.tmp
39
+*.temp
40
+*.bak
41
+*~
42
43
+# Operating System Files
44
45
+.DS_Store?
46
+._*
47
+.Spotlight-V100
48
+.Trashes
49
+ehthumbs.db
50
0 commit comments