We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c06cc8 commit 06220f0Copy full SHA for 06220f0
.gitignore
@@ -1,20 +1,35 @@
1
-# Cache and IDE-related files
+# OS
2
+.DS_Store
3
+
4
+# Cache
5
.cache
-.idea
6
+.playwright
7
+.tmp
8
+*.tsbuildinfo
9
+.eslintcache
10
-# Yarn-related files
11
+# Yarn
12
+.pnp.*
13
**/.yarn/*
-!**/.yarn/releases
14
+!**/.yarn/patches
15
!**/.yarn/plugins
16
+!**/.yarn/releases
17
!**/.yarn/sdks
-yarn-error.log
18
+!**/.yarn/versions
19
-# Project-generated files and directories
20
+# Project-generated directories and files
21
coverage
22
dist
23
node_modules
24
+playwright-report
25
+test-results
26
package.tgz
27
-# Other
-**/.DS_Store
28
+# Logs
29
+npm-debug.log
30
+yarn-error.log
31
32
+# .env files
33
**/.env
34
+**/.env.*
35
+!**/.env.example
0 commit comments