Skip to content

Commit f179a3c

Browse files
authored
Merge pull request #3849 from extendify/add-gitignore-overrides
Update build path in gitignore
2 parents 75ed46d + 58f32be commit f179a3c

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ redux-templates/classes/library.json
8181
local_developer.txt
8282

8383
# Keep extendify SDK build directory
84-
!/extendify-sdk/public/build
84+
!/redux-core/extendify-sdk/public/build

redux-core/extendify-sdk/public/build/extendify-sdk.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/extendify-sdk/public/build/extendify-sdk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/** @license React v17.0.2
14+
* react-jsx-runtime.production.min.js
15+
*
16+
* Copyright (c) Facebook, Inc. and its affiliates.
17+
*
18+
* This source code is licensed under the MIT license found in the
19+
* LICENSE file in the root directory of this source tree.
20+
*/

redux-core/extendify-sdk/public/build/extendify-utilities.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)