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