Skip to content

Commit 3087afb

Browse files
committed
chore: add gitattributes
1 parent 3527822 commit 3087afb

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

.gitattributes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
##
2+
# The MIT License (MIT)
3+
#
4+
# Copyright (c) 2016-2019 Mickael Jeanroy
5+
#
6+
# Permission is hereby granted, free of charge, to any person obtaining a copy
7+
# of this software and associated documentation files (the "Software"), to deal
8+
# in the Software without restriction, including without limitation the rights
9+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
# copies of the Software, and to permit persons to whom the Software is
11+
# furnished to do so, subject to the following conditions:
12+
#
13+
# The above copyright notice and this permission notice shall be included in
14+
# all copies or substantial portions of the Software.
15+
#
16+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
# THE SOFTWARE.
23+
##
24+
25+
*.js text eol=lf

.npmignore

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,6 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
##
24-
25-
##
26-
# The MIT License (MIT)
27-
#
28-
# Copyright (c) 2016-2019 Mickael Jeanroy
29-
#
30-
# Permission is hereby granted, free of charge, to any person obtaining a copy
31-
# of this software and associated documentation files (the "Software"), to deal
32-
# in the Software without restriction, including without limitation the rights
33-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34-
# copies of the Software, and to permit persons to whom the Software is
35-
# furnished to do so, subject to the following conditions:
36-
#
37-
# The above copyright notice and this permission notice shall be included in all
38-
# copies or substantial portions of the Software.
39-
#
40-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46-
# SOFTWARE.
47-
##
4824

4925
# NPM modules
5026
/node_modules
@@ -59,6 +35,7 @@
5935
/.babelrc
6036
/.eslintrc
6137
/.eslintignore
38+
/.gitattributes
6239
/.nvmrc
6340
/.travis.yml
6441
/gulpfile.js

0 commit comments

Comments
 (0)