Skip to content

Commit 83e93a3

Browse files
castastrophemwcz
authored andcommitted
Update gitignore file to include mac-specific; organise with comments (#245)
1 parent 4542141 commit 83e93a3

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.gitignore

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1+
# Development files
12
node_modules
3+
tmp
4+
5+
# Logs
26
lerna-debug.log
7+
npm-debug.log
8+
9+
# Local files
310
*.local.umd.js
411
*.local.js
12+
13+
# Storybook
514
.storybook_out
6-
npm-debug.log
15+
716
test/.wct-kludge
17+
18+
# Sass
819
.sass-cache
20+
21+
# Mac-specific
22+
.DS_Store
23+
24+
# IDEs
25+
.vimrc
26+
.sonarlint
27+
28+
# Temp files
29+
*~
30+
*.swp

0 commit comments

Comments
 (0)