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 31edc3a commit 047737fCopy full SHA for 047737f
.gitignore
@@ -0,0 +1,44 @@
1
+.DS_Store
2
+node_modules
3
+dist
4
+build
5
+
6
+# local env files
7
+.env.local
8
+.env.*.local
9
10
+# Log files
11
+npm-debug.log*
12
+yarn-debug.log*
13
+yarn-error.log*
14
15
+# Editor directories and files
16
+.idea
17
+.vscode
18
+*.suo
19
+*.ntvs*
20
+*.njsproj
21
+*.sln
22
+*.sw?
23
24
+__pycache__
25
+~~*
26
+--*
27
+==*
28
+package-lock.json
29
+yarn.lock
30
+.git
31
+/*.zip
32
+/*.py
33
+/*.exe
34
+/*.jar
35
+/*.md
36
+/*.json
37
+/*.js
38
+/*.txt
39
+/.gitattributes
40
+# /.*ignore
41
42
+!bower.json
43
+!composer.json
44
+!package.js
0 commit comments