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 8175d7e commit b2c6ec2Copy full SHA for b2c6ec2
.gitignore
@@ -1,28 +1,15 @@
1
-.DS_Store
2
-.eslintcache
3
node_modules
4
npm-debug.log
5
coverage
6
-
+module.config.js
7
dist/
8
-public/samples/
+/*.tgz
9
10
-### pyenv ###
11
-.python-version
+### i18n ###
+src/i18n/transifex_input.json
12
13
-### Emacs ###
+### Editors ###
+.DS_Store
14
*~
15
-*.swo
16
-*.swp
17
18
-### Development environments ###
19
-.idea
20
-.vscode
21
22
-# Local package dependencies
23
-module.config.js
24
25
-### transifex ###
26
-src/i18n/transifex_input.json
27
-temp
28
-src/i18n/messages
+/temp
+/.vscode
0 commit comments