We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d0088 commit 8ca7bc4Copy full SHA for 8ca7bc4
.DS_Store
-6 KB
.gitignore
@@ -0,0 +1,51 @@
1
+# macOS system files
2
+.DS_Store
3
+.AppleDouble
4
+.LSOverride
5
+
6
+# macOS folder attributes
7
+Icon?
8
+._*
9
10
+# Thumbnails
11
+._.DS_Store
12
13
+# HTML project dependencies and build artifacts
14
+node_modules/
15
+dist/
16
+build/
17
+*.log
18
+npm-debug.log*
19
+yarn-debug.log*
20
+yarn-error.log*
21
22
+# Environment files
23
+.env
24
+.env.*
25
26
+# Editor directories and files
27
+.vscode/
28
+.idea/
29
+*.sublime-workspace
30
+*.sublime-project
31
32
+# OS generated files
33
+Thumbs.db
34
+Desktop.ini
35
36
+# Compiled source #
37
+*.com
38
+*.class
39
+*.dll
40
+*.exe
41
+*.o
42
+*.so
43
44
+# Backup files
45
+*~
46
+*.swp
47
+*.bak
48
+*.tmp
49
50
+# Coverage reports
51
+coverage/
0 commit comments