Skip to content

Commit b2c6ec2

Browse files
committed
chore: clean up gitignore
1 parent 8175d7e commit b2c6ec2

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

.gitignore

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,15 @@
1-
.DS_Store
2-
.eslintcache
31
node_modules
42
npm-debug.log
53
coverage
6-
4+
module.config.js
75
dist/
8-
public/samples/
6+
/*.tgz
97

10-
### pyenv ###
11-
.python-version
8+
### i18n ###
9+
src/i18n/transifex_input.json
1210

13-
### Emacs ###
11+
### Editors ###
12+
.DS_Store
1413
*~
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
14+
/temp
15+
/.vscode

0 commit comments

Comments
 (0)