Skip to content

Commit c36491d

Browse files
chore: update .gitignore
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent 80a5df8 commit c36491d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.browserslistrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
> .25% and not ie <= 11
1+
> 1%
2+
last 2 versions
3+
not dead

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

1212
[*.md]
13-
trim_trailing_whitespace = false
13+
trim_trailing_whitespace = false

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ dist
103103
# TernJS port file
104104
.tern-port
105105
.DS_Store
106+
107+
sw.*
108+
109+
.temp
110+
.cache

0 commit comments

Comments
 (0)