We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9d84b commit 126341dCopy full SHA for 126341d
.gitignore
@@ -1,2 +1,27 @@
1
-node_modules/
2
-.DS_Store
+# Temporary files
+**/.DS_Store
3
+**/.AppleDouble
4
+**/.LSOverride
5
+**/.idea/
6
+**/Icon\r\r
7
+
8
+# External disk files
9
+**/.Spotlight-V100
10
+**/.Trashes
11
12
+# AFP share files
13
+**/.AppleDB
14
+**/.AppleDesktop
15
+**/.apdisk
16
+**/Network Trash Folder
17
+**/Temporary Items
18
19
+# Test artifacts
20
+**/coverage
21
22
+# Package Managers
23
+**/npm-debug.log
24
+**/yarn-debug.log
25
+**/yarn-error.log
26
+**/node_modules
27
+**/yarn.lock
0 commit comments