We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e1374 commit 9cec879Copy full SHA for 9cec879
.gitignore
@@ -3,4 +3,31 @@ coverage/
3
dist/
4
node_modules/
5
public/
6
-yarn.lock
+yarn.lock
7
+
8
+# IDEs and editors
9
+.idea/
10
11
+# Visual Studio Code
12
+.vscode/*
13
+!.vscode/settings.json
14
+!.vscode/tasks.json
15
+!.vscode/launch.json
16
+!.vscode/extensions.json
17
+.history/*
18
19
+# System files
20
+.DS_Store
21
+Thumbs.db
22
23
+# Numerous always-ignore extensions
24
+*.diff
25
+*.err
26
+*.log
27
+*.orig
28
+*.rej
29
+*.swo
30
+*.swp
31
+*.vi
32
+*.zip
33
+*~
0 commit comments