Skip to content

Commit 02f2e68

Browse files
committed
build: ensure top-level dotfile is not a symbolic link
1 parent 447a20f commit 02f2e68

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

.eslintignore

-37
This file was deleted.

.eslintignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#/
2+
# @license Apache-2.0
3+
#
4+
# Copyright (c) 2018 The Stdlib Authors.
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#/
18+
19+
# Files #
20+
#########
21+
!.*.js
22+
!.*.ts
23+
24+
# Directories #
25+
###############
26+
build/
27+
reports/
28+
/dist/
29+
30+
# Node.js #
31+
###########
32+
/node_modules/
33+
!/**/node_modules/*
34+
35+
# Git #
36+
#######
37+
.git*

0 commit comments

Comments
 (0)