We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6703da8 + d0d7275 commit 63920dfCopy full SHA for 63920df
.gitignore
@@ -0,0 +1,31 @@
1
+# Test outputs
2
+*.tmp
3
+*.log
4
+test-output/
5
+
6
+# Local configs
7
+config.local
8
+*.env
9
+!*.example.env
10
11
+# Editor
12
+.vscode/
13
+.idea/
14
+*.swp
15
+*.swo
16
+*~
17
18
+# OS
19
+.DS_Store
20
+Thumbs.db
21
22
+# Temporary files
23
+/tmp/
24
25
+# Build artifacts
26
+*.bak
27
28
+# Personal/marketing content
29
+REDDIT_POST.md
30
+LINKEDIN_POST.md
31
+COMPONENT_README_TEMPLATE.md
0 commit comments